summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2020-10-24 12:37:30 +0100
committer smf- <smf-@users.noreply.github.com>2020-10-24 12:38:28 +0100
commit37cb14182be44901d658e222f9495f5a82e1232c (patch)
treeeb9d3a2faa823a525f33159a954ce4878551dfc7 /src/mame/drivers
parentd618e29878c147750c31e4708eaee761f7f2876f (diff)
New working clones
------------------ Ray Crisis (V2.03O 1998/11/15 15:43) [Corrado Tomaselli, rtw]
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/taitogn.cpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/mame/drivers/taitogn.cpp b/src/mame/drivers/taitogn.cpp
index 0e60a2a9ae5..ddb6feaaa32 100644
--- a/src/mame/drivers/taitogn.cpp
+++ b/src/mame/drivers/taitogn.cpp
@@ -872,7 +872,14 @@ ROM_START(raycris)
TAITOGNET_BIOS
DISK_REGION( "pccard:taitopccard1:image" )
- DISK_IMAGE( "raycris", 0, SHA1(015cb0e6c4421cc38809de28c4793b4491386aee))
+ DISK_IMAGE( "raycris", 0, SHA1(9d255710c87c3286542d357820d828807cc6ca07))
+ROM_END
+
+ROM_START(raycrisj)
+ TAITOGNET_BIOS
+
+ DISK_REGION( "pccard:taitopccard1:image" )
+ DISK_IMAGE( "raycrisj", 0, SHA1(015cb0e6c4421cc38809de28c4793b4491386aee))
ROM_END
ROM_START(gobyrc)
@@ -1087,7 +1094,8 @@ GAME( 1997, coh3002t, 0, coh3002t, coh3002t, taitogn_state, em
/* Taito */
GAME( 1998, chaoshea, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Chaos Heat (V2.09O 1998/10/02 17:00)", MACHINE_IMPERFECT_SOUND )
GAME( 1998, chaosheaj, chaoshea, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Chaos Heat (V2.08J 1998/09/25 17:00)", MACHINE_IMPERFECT_SOUND )
-GAME( 1998, raycris, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Ray Crisis (V2.03J 1998/11/15 15:43)", MACHINE_IMPERFECT_SOUND )
+GAME( 1998, raycris, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Ray Crisis (V2.03O 1998/11/15 15:43)", MACHINE_IMPERFECT_SOUND )
+GAME( 1998, raycrisj, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Ray Crisis (V2.03J 1998/11/15 15:43)", MACHINE_IMPERFECT_SOUND )
GAME( 1999, spuzbobl, coh3002t, coh3002t_t2, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Super Puzzle Bobble (V2.05O 1999/2/24 18:00)", MACHINE_IMPERFECT_SOUND )
GAME( 1999, spuzboblj, spuzbobl, coh3002t_t2, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Super Puzzle Bobble (V2.04J 1999/2/27 02:10)", MACHINE_IMPERFECT_SOUND )
GAME( 1999, gobyrc, coh3002t, coh3002t_t2, gobyrc, taitogn_state, empty_init, ROT0, "Taito", "Go By RC (V2.03O 1999/05/25 13:31)", MACHINE_IMPERFECT_SOUND )