summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2019-06-02 16:09:20 -0400
committer arbee <rb6502@users.noreply.github.com>2019-06-02 16:09:20 -0400
commit93de98cd0024a047a10e58c553b1c3ef5c474544 (patch)
treeabe569ef6b29a3361eb599ab1c6f261cbc896c00
parent88af85e0da543183a6de97dca55f88f84d4a7dd0 (diff)
New machines added as MACHINE_NOT_WORKING
----------------------------------------- Rhythm Nation (v01.01.04) [R. Belmont, ClawGrip, ArcadeVintage, Recreativas.org, The Dumping Union]
-rw-r--r--src/mame/drivers/vp101.cpp13
-rw-r--r--src/mame/mame.lst1
2 files changed, 14 insertions, 0 deletions
diff --git a/src/mame/drivers/vp101.cpp b/src/mame/drivers/vp101.cpp
index 67dbc098949..0bb3f41478e 100644
--- a/src/mame/drivers/vp101.cpp
+++ b/src/mame/drivers/vp101.cpp
@@ -9,6 +9,7 @@
- VP101: Johnny Nero. The original (?)
- VP100: Special Forces Elite Training. A not-quite-complete VP101; missing ATA DMA.
- VP50 : Zoofari. Cost-reduced (?) with TX4925 SoC, much less complex FPGA.
+ : Rhythm Nation.
Preliminary driver by R. Belmont
@@ -453,7 +454,19 @@ ROM_START(zoofari)
DISK_IMAGE_READONLY("zoofari", 0, SHA1(8fb9cfb1ab2660f40b643fcd772243903bd69a6c) )
ROM_END
+ROM_START(rhnation)
+ ROM_REGION(0x400000, "maincpu", 0) /* Boot ROM */
+ ROM_LOAD( "rhythm_nation_rev_3.1.5_m27v322.u13", 0x000000, 0x400000, CRC(456f043d) SHA1(cc166897fdbdaa3583e44816da9dfbbf303f5c61) )
+
+ ROM_REGION(0x80000, "pic", 0) /* PIC18c242 program - read-protected, need dumped */
+ ROM_LOAD( " pic18c242-i-sp.u22", 0x000000, 0x80000, NO_DUMP )
+
+ DISK_REGION( "ata:0:hdd:image" )
+ DISK_IMAGE_READONLY("rhn010104", 0, SHA1(5bc2e5817b29bf42ec483414242795fd76d749d9) )
+ROM_END
+
GAME( 2002, specfrce, 0, vp101, vp101, vp10x_state, empty_init, ROT0, "ICE/Play Mechanix", "Special Forces Elite Training (v01.02.00)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
GAME( 2002, specfrceo, specfrce, vp101, vp101, vp10x_state, empty_init, ROT0, "ICE/Play Mechanix", "Special Forces Elite Training (v01.01.01)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
+GAME( 2003, rhnation, 0, vp50, vp50, vp10x_state, empty_init, ROT0, "ICE/Play Mechanix", "Rhythm Nation (v01.00.04)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND)
GAME( 2004, jnero, 0, vp101, vp101, vp10x_state, empty_init, ROT0, "ICE/Play Mechanix", "Johnny Nero Action Hero (v01.01.08)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
GAME( 2006, zoofari, 0, vp50, vp50, vp10x_state, empty_init, ROT0, "ICE/Play Mechanix", "Zoofari", MACHINE_NOT_WORKING | MACHINE_NO_SOUND)
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 84c6ff94e9e..743a8b568a9 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -39104,6 +39104,7 @@ policet2 // (c) 2003 Team Play, Inc.
jnero // (c) 2004 ICE/Play Mechanix
specfrce // (c) 2002 ICE/Play Mechanix
specfrceo // (c) 2002 ICE/Play Mechanix
+rhnation // (c) 2003 ICE/Play Mechanix
zoofari // (c) 2006 ICE/Play Mechanix
@source:vp415.cpp