Commit Graph

59735 Commits

Author SHA1 Message Date
AJR
6dbb8f13c4 One more XTAL value typo fixed (nw) 2018-05-28 00:15:59 -04:00
AJR
c5d94ca2df 32.768_kHz_XTAL != 32.768_MHz_XTAL (nw) 2018-05-28 00:11:11 -04:00
angelosa
b8d0fba781 tatsumi.cpp: round up 5 bg gfxdata, needs decoding. Also cleaned up text gfx data (nw) 2018-05-28 05:16:39 +02:00
DavidHaywood
b247768797 gave Tom Tom Magic a joystick and 3 buttons, as shown in attract mode
the Joystick at least is needed for high score name entry.

played a bit, seems fine so...

new WORKING machines
Tom Tom Magic [AJRhacker, David Haywood]
2018-05-27 21:00:21 -04:00
ajrhacker
afd8307a0a
Merge pull request #3617 from DavidHaywood/270518
gave Tom Tom Magic a joystick and 3 buttons, as shown in attract mode
2018-05-27 20:45:42 -04:00
DavidHaywood
6bea5d615c gave Tom Tom Magic a joystick and 3 buttons, as shown in attract mode
the Joystick at least is needed for high score name entry.

played a bit, seems fine so...

new WORKING machines
Tom Tom Magic [AJRhacker, David Haywood]
2018-05-28 01:25:59 +01:00
David Haywood
da7ae02b43 new WORKING clones (#3616)
* new WORKING clones
Metal Slug 3 (NGM-2560, earlier) [Razoola]

* consistency (nw)

* date note
2018-05-27 20:15:53 -04:00
angelosa
c412f39ec8 tatsumi.cpp: fixed Round Up 5 video priority on map screen after a play [Angelo Salese] 2018-05-28 01:39:50 +02:00
angelosa
06cf8794c6 tatsumi.cpp: fix Apache 3 out of bounds colors for sprites (trees and buildings) [Angelo Salese] 2018-05-28 01:39:48 +02:00
angelosa
16428d169f tatsumi.cpp: added vertical text scrolling to Round Up 5 [Angelo Salese] 2018-05-28 01:39:44 +02:00
AJR
1a0ca46e48 markham.cpp: Fix initialization order error (nw) 2018-05-27 17:03:11 -04:00
ajrhacker
287833a64d
Merge pull request #3615 from kazblox/master
Improve simulated protection comms in banbam, mark MCU dump as good.
2018-05-27 17:00:52 -04:00
AJR
6652225def z80scc: Remove generic device type (which nothing was using) and custom MCFG_SCCXXXX_ADD macros (nw) 2018-05-27 16:57:25 -04:00
Jackson
c0a6c80e76 (nw) 2018-05-27 16:45:46 -04:00
Jackson
34dd2f184b (nw) 2018-05-27 16:32:22 -04:00
Jackson
07c7cb575f markham.cpp: Protection checkpoint for banbam and clones, improved simulation. Still imperfect, but all graphics are correct and the games no longer crash. Marked MCU as good dump from observation and Phil Bennett's comments. 2018-05-27 16:32:18 -04:00
AJR
fb2012ed3f mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros (nw) 2018-05-27 16:31:05 -04:00
AJR
182333e0db wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) 2018-05-27 15:54:01 -04:00
angelosa
0c522d46f8 tatsumi.cpp: removed an ugly kludge in Round Up 5, fixes soft resets [Angelo Salese]
(Also demoted to not working for obvious reasons)
2018-05-27 21:08:00 +02:00
AJR
553ce07ee1 Remove a few unnecessary customizations of MCFG_DEVICE_ADD (nw) 2018-05-27 12:07:08 -04:00
AJR
8861b16318 MT 6982 (nw) 2018-05-27 11:29:30 -04:00
AJR
9b27fcb332 MT 6982 (nw) 2018-05-27 11:28:05 -04:00
cracyc
548a95a220 ad1848: oops (nw) 2018-05-27 09:23:25 -05:00
Vas Crabb
a1ecd03c9d Fix softfloat3 build with MSVC 32-bit. Apparenly it's all-or-nothing with built-in leading zero count. (nw) 2018-05-27 22:08:35 +10:00
Ryan Holtz
e18205b832 Assorted machine().device removals, nw 2018-05-27 12:22:53 +02:00
Ivan Vangelista
6ab9e423d5 mpu4.cpp: device_finder (nw) 2018-05-27 12:21:12 +02:00
Patrick Mackinlay
ae2bb8f6c7 interpro: emerald diagnostics softlist (nw) 2018-05-27 19:01:32 +10:00
Ivan Vangelista
a56c537b44 new working clone
---------------------------
Raiden Fighters (US, newer) [Fabrice Arzeno, The Dumping Union]
2018-05-27 09:49:07 +02:00
Ivan Vangelista
f1ffac5de2 new working clone
-----------------------------------------------
Viper Phase 1 (New Version, Germany) [Fabrice Arzeno, The Dumping Union]
2018-05-27 09:14:48 +02:00
AJR
a37321a6fb alpha68k.cpp: Add addressable latch for type II and V configurations (nw) 2018-05-26 22:35:27 -04:00
cam900
87aae394f6 seta.cpp : Add seperate value for tilemap banks (#3584)
* seta.cpp : user_data'd tilemap banks

* seta.cpp : Fix tilemap updating

* seta.cpp : Minor cleanups; Add seperate value for rambank

* seta.cpp : Add output_finders, Fix build
2018-05-27 12:31:08 +10:00
cam900
1667d41211 senjyo.cpp : Simpler starforc bg color swap (#3604)
* senjyo.cpp : Simpler starforc bg color swap

* senjyo.cpp : Fix color
2018-05-27 10:46:38 +10:00
Vas Crabb
c372746c61 srcclean (nw) 2018-05-27 10:25:02 +10:00
angelosa
0fe30e8cf2 tatsumi.cpp: improved road colors in Cycle Warriors [Angelo Salese] 2018-05-27 10:23:51 +10:00
cracyc
a867439ffd pc9801_118: note (nw) 2018-05-26 19:12:16 -05:00
AJR
4d4976a89a qvt201: Add RS232 ports (nw) 2018-05-26 19:31:21 -04:00
AJR
b618b49302 apple2ees: Actually add this set to MAME 2018-05-26 17:53:36 -04:00
angelosa
fe0a0d0e1e tatsumi.cpp: improved road colors in Cycle Warriors [Angelo Salese] 2018-05-26 23:43:23 +02:00
MetalliC
7d77ee4407 motogonki: few more, correct CPU clock, document hidden test mode (nw) 2018-05-27 00:32:55 +03:00
Olivier Galibert
f1465f9539 Oops (nw) 2018-05-26 23:10:24 +02:00
Olivier Galibert
1253922938 Forgot the comment (nw) 2018-05-26 23:10:19 +02:00
Olivier Galibert
2b54bc0e04 Oops (nw) 2018-05-26 23:09:56 +02:00
Olivier Galibert
83a3b78fb3 Forgot the comment (nw) 2018-05-26 22:39:50 +02:00
Olivier Galibert
034ba66e3e Floppy robustification, better bitstream handling [John Keoni Morris, Peter Ferrie, Olivier Galibert] 2018-05-26 22:23:06 +02:00
Olivier Galibert
de919271fe Floppy robustification, better bitstream handling [John Keoni Morris, Peter Ferrie, Olivier Galibert] 2018-05-26 22:06:40 +02:00
wilbertpol
5291d14021 use plural names for output finders when there are multiple outputs (#3595)
* use plural names for output finders when there are multiple outputs (nw)

* use plural names for output finders when there are multiple outputs (nw)

* use plural names for output finders when there are multiple outputs (nw)
2018-05-27 05:45:32 +10:00
Vas Crabb
5309cc042a cherry-pick this line (nw) 2018-05-27 05:00:22 +10:00
MetalliC
c6e63ee748 motogonki checkpoint, seems running and showing something (nw) 2018-05-26 21:51:03 +03:00
Vas Crabb
c15531dddc srcclean (nw) 2018-05-27 04:48:13 +10:00
angelosa
decf1fd1fa tatsumi.cpp: added preliminary row/colscroll_enable for tilemaps, fixes background scrolling and foreground text in Cycle Warriors [Angelo Salese] 2018-05-26 20:41:08 +02:00