Commit Graph

50395 Commits

Author SHA1 Message Date
hap
cf9d807d18 hlcd0538: correct lcd/interrupt pins (nw) 2017-03-10 21:45:11 +01:00
hap
d166c9712c novag6502: hooked up hlcd0538 to cforte (nw) 2017-03-10 19:26:11 +01:00
Ivan Vangelista
99be1d93b8 phoenix.cpp: dumped / redumped the PROM for some of the bootlegs [f205]
Also started documenting the differences.
2017-03-10 18:29:01 +01:00
R. Belmont
cfda3b1ffd Merge pull request #2125 from npwoods/new_addrmap_validation
Adds a new addrmap.cpp validation intended to catch AM_REGION declarations not tied to anything meaningful
2017-03-10 11:46:03 -05:00
R. Belmont
4c1b4196a9 Merge pull request #2127 from moralrecordings/pcfix
pc_vga/cs4031: fix save state support
2017-03-10 11:45:32 -05:00
Lord-Nightmare
5cabab001f pes.cpp: use combined /RS and /WS function since the MCU/CPU can in theory change both lines at once, and since it uses a TMS5220C it does matter in this case. [Lord Nightmare] 2017-03-10 11:01:46 -05:00
hap
3e867504c1 added hlcd0538 device (nw) 2017-03-10 16:44:33 +01:00
Lord-Nightmare
1d35ea1a92 fix mistake found by shattered (nw) 2017-03-10 10:44:01 -05:00
Scott Percival
284f66178d pc_vga: save expanded attribute registers 2017-03-10 21:25:04 +08:00
Scott Percival
7ab70b010d cs4031: save emulated A20 state 2017-03-10 21:25:04 +08:00
Scott Percival
0376bd2936 pc_vga.h: update CRTC usage comments 2017-03-10 21:25:03 +08:00
MetalliC
1742a9fa4a triforce.cpp: Mario Kart 2 rom load 2017-03-10 15:08:23 +02:00
Philip Bennett
2ad267638d - 06492: [Crash/Freeze] (model3.cpp) scud: Crash running scud with -bench 90, regression. 2017-03-09 23:34:35 -08:00
Ivan Vangelista
85c24794b6 bublbobl.cpp: removed outdated comment (nw) 2017-03-10 07:03:05 +01:00
Robbbert
897b63407d Added alternate version of Teeter Torture. 2017-03-10 16:59:46 +11:00
arbee
ed9dcb291b New games added as GAME_NOT_WORKING
-----------------------------------
Zoofari [R. Belmont, Sean Sutton, Smitdogg, The Dumping Union]
2017-03-09 22:07:52 -05:00
ajrhacker
c8f171efa3 Merge pull request #2126 from ajrhacker/feversoc_hopper
feversoc: Add coin hopper output (prize hopper doesn't quite work)
2017-03-09 21:20:59 -05:00
Peter Ferrie
0c261fca16 arm7ops.cpp: repair broken ARM [Peter Ferrie]
sorry, I couldn't resist.
2017-03-09 14:32:27 -08:00
Peter Ferrie
203f2b1d54 hp9845.cpp: fix MSVC build (nw) 2017-03-09 14:20:34 -08:00
MetalliC
5420e35248 triforce.cpp: security PIC dump for "Mario Kart Arcade GP 2" [Soyandroid, Darksoft] 2017-03-09 16:35:21 +02:00
Nathan Woods
3a3520e916 Adds a new addrmap.cpp validation intended to catch AM_REGION declarations not tied to anything meaningful 2017-03-09 06:26:08 -05:00
AJR
1badb116de feversoc: Add coin hopper output (prize hopper doesn't quite work) 2017-03-08 23:15:23 -05:00
Lord-Nightmare
ac1a8cdc31 fix that so it does what's expected. (nw) 2017-03-08 18:00:40 -05:00
Lord-Nightmare
a381bfff16 another line shortened (nw) 2017-03-08 17:41:05 -05:00
Lord-Nightmare
d3d1b2f1a6 sdk86.cpp: fix rom loading so the non-booting rom pair is mapped at 0xfe*** while the booting pair is mapped at 0xff*** [Lord Nightmare] 2017-03-08 17:40:18 -05:00
Ivan Vangelista
8d49b5228f seicross.cpp: added XTAL (nw) 2017-03-08 19:49:24 +01:00
Ivan Vangelista
513c7e3851 phoenix.cpp: very minor documentation update (nw) 2017-03-08 19:22:33 +01:00
Ivan Vangelista
c2a35f249a New clone added
______________
Harley Davidson (L-2)  [PinMAME]
2017-03-08 19:21:02 +01:00
Lord-Nightmare
250c36dc98 forgot this one (nw) 2017-03-08 13:16:09 -05:00
Lord-Nightmare
edfe14eff8 more long line reduction (nw) 2017-03-08 13:12:08 -05:00
Ivan Vangelista
2bc6f20923 New clone added
______________
Radical Radial (Japan) [ShouTime]
2017-03-08 19:06:46 +01:00
Olivier Galibert
3e2263f86f tms32031: Remove direct update handler [O. Galibert] 2017-03-08 17:45:27 +01:00
Olivier Galibert
92498df199 a2600: Remove direct update handler [O. Galibert] 2017-03-08 17:39:09 +01:00
fulivi
29e72476bd hp9845: a little cleanup.. 2017-03-08 10:50:36 +11:00
fulivi
42546b4137 hp9845: 1st attempt at eliminating the src/mame -> src/devices
dependency for I/O slots
2017-03-08 10:50:36 +11:00
fulivi
7557a92503 hp9845: Implemented 9845C driver together with A.Kueckes! 2017-03-08 10:50:36 +11:00
fulivi
93db554bfa hp9845: Small re-factoring of 45B screen palette 2017-03-08 10:50:36 +11:00
fulivi
e8e0285c74 hp9845: finished moving all 45B-specific code into a separated class 2017-03-08 10:50:36 +11:00
fulivi
6e913e5245 Fixed a bug in fdc_pll: there is no operator* to multiply an attotime
by a double
2017-03-08 10:50:36 +11:00
fulivi
6a9fa8b067 nanoprocessor: fixed a subtle bug in interrupt handling 2017-03-08 10:50:36 +11:00
fulivi
019b22561b hp9845: put parts common to various 9845 models in a base class to
prepare for 9845C & 9845T drivers
2017-03-08 10:50:36 +11:00
fulivi
6474fcd7d8 hp9845: RAM size is now configurable by -ram option 2017-03-08 10:50:36 +11:00
fulivi
e0c694b771 hp9845: I/O slots expanded from 1 to 4 2017-03-08 10:50:36 +11:00
Sergey Svishchev
9d78882e74 a7150: de-skeletonize. 2017-03-08 10:49:03 +11:00
Lord-Nightmare
7631bc746c build fix (nw) 2017-03-07 17:19:53 -05:00
Lord-Nightmare
0ef79f5515 more reduction (nw) 2017-03-07 17:00:16 -05:00
Lord-Nightmare
1d00693908 more long line cleanup... (nw) 2017-03-07 16:51:56 -05:00
Lord-Nightmare
cfb1eaccfa lwriter.cpp comment update (nw) 2017-03-07 16:34:21 -05:00
Lord-Nightmare
8b1ac3981c more long line reduction (nw) 2017-03-07 16:33:26 -05:00
dankan1890
99d93ac056 Possibly uninitialized class member fix. (nw) 2017-03-08 08:18:24 +11:00