Commit Graph

46203 Commits

Author SHA1 Message Date
hap
c357acd3df Merge pull request #1359 from MASHinfo/master
Added joystick to P1 Start
2016-09-01 22:58:22 +02:00
S.Z
e7386056e6 Merge pull request #1358 from johnparker007/acesys1_layouts
ACESYS1: Added 6 layouts
2016-09-01 21:22:00 +02:00
S.Z
e3c00b961b Merge pull request #1356 from johnparker007/j80_layouts
SYSTEM80: Added 12 layouts
2016-09-01 21:21:23 +02:00
MASH
b30e517c91 Update turrett.cpp 2016-09-01 19:34:37 +01:00
MASH
af16d9b3ba Update midyunit.cpp 2016-09-01 19:33:47 +01:00
MASH
972364003c Update guab.cpp 2016-09-01 19:33:03 +01:00
MASH
892188aafe Update namcos22.cpp 2016-09-01 19:32:19 +01:00
MASH
d7d365929e Update bartop52.cpp 2016-09-01 19:31:14 +01:00
MASH
e329fe097f Update sshot.cpp 2016-09-01 19:30:30 +01:00
John Parker
ef03ef06ee Added layouts 2016-09-01 19:13:17 +01:00
John Parker
5cfc8e7479 Added layouts 2016-09-01 18:09:17 +01:00
MetalliC
fcb9dc857d naomi docs update [f205v, MetalliC] 2016-09-01 15:04:42 +03:00
Vas Crabb
83e4d34af0 Merge pull request #1353 from Risugami/master
Added layout for California Speed
2016-09-01 18:30:19 +10:00
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
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
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
Ivan Vangelista
7c6a527e26 emumem.cpp: fix regression in save states (nw) 2016-08-29 15:46:10 +02:00