Commit Graph

46755 Commits

Author SHA1 Message Date
Risugami
7fc2e7ff84 Minor improvement on logging. The LOG define isn't needed as everything expected is found. What could remain would be considered an error and needs to be logged. 2016-09-01 03:19:50 -05:00
Risugami
69fcbfe6c8 Changed style as requested. 2016-09-01 02:45:37 -05:00
Vas Crabb
f4de6518cf Merge pull request #1263 from npwoods/cococart_cpp_modernization
Rough C++ modernization of CoCo cartridge infrastructure
2016-09-01 16:23:08 +10:00
Vas Crabb
cbe61fe91d Merge pull request #1354 from npwoods/i860disasm_fix
Fixed an issue on the i860 disassembler that could cause an undefined string to be used
2016-09-01 15:58:37 +10:00
Vas Crabb
8f0c90af03 Merge pull request #1355 from ajrhacker/big10_inputs
big10: Various modest input/output improvements
2016-09-01 14:53:53 +10:00
AJR
f39271d8c0 big10: Various modest input/output improvements
- Use applicable gambling input types and keypad for numbers instead of BUTTON<n>
- Add ticket dispenser for payout (but is there any hopper feedback? no obvious error message)
- Add lamp output(?)
- Try to puzzle out some more DIP switches based on what the code does

Slight improvements to AY8910 error logging, with some messages now disabled by default (nw)
2016-08-31 23:33:18 -04:00
Nathan Woods
29549fcb0a Fixed an issue on the i860 disassembler that could cause an undefined string to be used 2016-08-31 21:54:00 -04:00
briantro
f4c5212c2e Terminator 2 - Judgment Day Proto clone added
New Clone Added
-------------------------------------------------
Terminator 2 - Judgment Day (rev PA2 10/18/91) [Bicycle Repairman]
2016-08-31 20:31:51 -05:00
Risugami
1d1be2ff92 Added layout for Vapor TRX. 2016-08-31 17:34:42 -05:00
Brad Hughes
5281612e2a Partially fix SDL joysticks with same name
Fixes #1334
2016-08-31 18:01:53 -04:00
Risugami
91ea35d7e0 Added layout for Hyperdrive. 2016-08-31 15:33:32 -05:00
Risugami
4b22e9211f Added layout for California Speed. 2016-08-31 14:26:17 -05:00
S.Z
dcdd2cc5ba Merge pull request #1352 from johnparker007/mpu5_layouts
MPU5: Added 146 layouts
2016-08-31 21:12:35 +02:00
MetalliC
e25fcaff52 vector06: add software list and TODOs 2016-08-31 21:45:01 +03:00
John Parker
96f190ba11 Add layouts 2016-08-31 19:00:17 +01:00
Joakim Larsson Edstrom
ef5622363f New driver for Esselte 100, has built in BASIC, supports cassette save/load and capable of 256x256 semigraphics 2016-08-31 17:21:58 +02:00
Michael Zapf
fc262685f6 ti99: Added debug read. 2016-08-31 15:05:37 +02:00
Vas Crabb
5cc832da59 clean up .gitattributes (nw) 2016-08-31 17:53:12 +10:00
Vas Crabb
dc9f8852b3 Bump that too 2016-08-31 16:07:45 +10:00
Vas Crabb
1ecb023c37 Version bump 2016-08-31 15:56:15 +10:00
Vas Crabb
dff14d609f gba_lcd inherits m_regs as well (nw) 2016-08-31 11:47:01 +10:00
Vas Crabb
6eeb2ff231 Merge pull request #1350 from ajrhacker/gba_save_fix
Attempt at fixing gba savestates (nw)
2016-08-31 11:24:23 +10:00
AJR
8940ddfb60 Attempt at fixing gba savestates (nw)
This is untested, but similar in principle to af97bde77b.
2016-08-30 21:15:12 -04:00
Scott Stone
5f0177016a Fix for save state reloading for many machines using oki6295, thanks to Osso (nw) 2016-08-30 17:04:31 -04:00
therealmogminer@gmail.com
3cd120638a Add okim6295 to vgmplay driver, nw 2016-08-30 17:28:06 +02:00
Vas Crabb
4d0d5fe118 srcclean again... 2016-08-31 01:17:52 +10:00
Shideravan
a3c4566271 gba_ereader.xml - update part 3
Finally finishing Animal Crossing e-cards and also adding complete Domo-Kun Card-e collection
2016-08-30 11:56:21 -03:00
Ivan Vangelista
af97bde77b devices/zeus2.cpp: fix save state crashing in thegrid and crusnexo (nw) 2016-08-30 15:37:45 +02:00
therealmogminer@gmail.com
eb8ca9b785 Fix MT06306, removed oricext bus from telstrat only, nw 2016-08-30 12:41:47 +02:00
Michael Zapf
89515782ad ti99: Change step rate default setting to 8ms. 2016-08-30 12:37:14 +02:00
Vas Crabb
f5356a62de srcclean on lua plugins, too 2016-08-30 15:53:27 +10:00
Vas Crabb
234e91f9fb Add Lua-cleaning ability to srcclean 2016-08-30 14:57:38 +10:00
Vas Crabb
e2978b793f Merge pull request #1344 from johnparker007/j6_layouts
JPM IMPACT: Added 58 layouts
2016-08-30 09:51:11 +10:00
Vas Crabb
e85937f8b3 Merge pull request #1345 from johnparker007/mpu3_layouts
MPU3: Added 39 layouts
2016-08-30 09:50:15 +10:00
John Parker
ed59f93b1d Add 39 layouts 2016-08-29 21:18:58 +01:00
John Parker
de503d0371 Added 58 layouts 2016-08-29 18:59:44 +01:00
therealmogminer@gmail.com
a1cce8e98d Fix MT05813, memory trashing by z8536 device 2016-08-29 17:36:24 +02:00
Vas Crabb
46bf1ce04b More cleanup on the back of Osso's fix for a7e393b36b (nw)
* Make iterators actually meet requirements of ForwardIterator (and by consequence, ForwardIterator, Iterator and EqualityComparable)
* Don't use function statics if they can be avoided - it isn't thread-safe
* Remove leftover crud from when dynamic_buffer and friends were templates in lib/util

It's still dangerous that the const behaviour of iterators doesn't match STL.
Also, simple_list members with similar functionality to STL container members should be renamed.
2016-08-30 01:31:23 +10:00
David Haywood
df1ec34f74 add the recent smspower dumps to the sms/gg software lists 2016-08-29 15:34:00 +01:00
Ivan Vangelista
7c6a527e26 emumem.cpp: fix regression in save states (nw) 2016-08-29 15:46:10 +02:00
hap
d7ef4e6c49 wildfire: fix display problem on loadstate 2016-08-29 15:06:40 +02:00
MetalliC
94e8bc2d92 chihiro/triforce comments-docs update from f205v 2016-08-29 15:52:13 +03:00
therealmogminer@gmail.com
b21b5d4434 m5: Don't crash when not run with cartridges, nw 2016-08-29 14:50:28 +02:00
therealmogminer@gmail.com
107b328d10 Fix MT06314, V33 only has a 20-bit address bus, nw 2016-08-29 14:50:25 +02:00
therealmogminer@gmail.com
fe2e7acaa4 Fix MT06315, M6504 only has a 13-bit address bus, nw 2016-08-29 14:50:23 +02:00
Ivan Vangelista
41c53d804f eprom.cpp: fixed save state regression (nw) 2016-08-29 14:45:55 +02:00
Vas Crabb
6767ca22e5 forgot these on the previous srcclean run (nw) 2016-08-29 22:41:38 +10:00
Vas Crabb
65dc9cf4c0 Merge pull request #1342 from johnparker007/sc4_layouts_i-z
Scorpion 4: added 73 layouts
2016-08-29 22:34:53 +10:00
Vas Crabb
61fc29c639 Merge pull request #1339 from mamehaze/mpu4test3
some more mpu4 descriptions (nw)
2016-08-29 22:16:04 +10:00
John Parker
205ad26340 Scorpion 4: added 73 layouts 2016-08-29 12:52:58 +01:00