summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-01-14 18:32:01 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2020-01-14 18:32:01 +0100
commit7b84518047c22acceb0f3a229d72213ef8e775db (patch)
treefd2edfd6307e6545b7f45b5acd62ff8c833945f5
parent812f497131b9d72f29b77b06bb97c39eaef02e87 (diff)
New clones marked as NOT_WORKING
-------------------------------- Driving Force (Galaxian conversion, Seatongrove UK, E-0237) [Juan Romero, ClawGrip]
-rw-r--r--src/mame/drivers/galaxold.cpp34
-rw-r--r--src/mame/drivers/lvcards.cpp2
-rw-r--r--src/mame/mame.lst1
3 files changed, 34 insertions, 3 deletions
diff --git a/src/mame/drivers/galaxold.cpp b/src/mame/drivers/galaxold.cpp
index 933fb5a4374..e620314bfbf 100644
--- a/src/mame/drivers/galaxold.cpp
+++ b/src/mame/drivers/galaxold.cpp
@@ -3383,7 +3383,7 @@ ROM_START( drivfrcg )
ROM_LOAD( "bot.clr", 0x0020, 0x0020, CRC(0f0782af) SHA1(32c0dd09ead5c70cee2657e9cb8cb9fcf54c5a6a) )
ROM_END
-ROM_START( drivfrcsg ) // This PCB has a big epoxy block by Tanaka Enterprises marked E-0010, possibly providing ROM addressing
+ROM_START( drivfrcsg ) // This PCB has a big epoxy block by Tanaka Enterprises marked E-0010, providing ROM addressing
ROM_REGION( 0x8000, "maincpu", 0 )
ROM_LOAD( "6n-2-2764a.bin", 0x2800, 0x0400, CRC(85242241) SHA1(bad2609c7f6d83a15809b602a0c141793909ceb0) )
ROM_CONTINUE( 0x2c00, 0x0400 )
@@ -3412,6 +3412,35 @@ ROM_START( drivfrcsg ) // This PCB has a big epoxy block by Tanaka Enterprises m
ROM_LOAD( "82s123-2.bin", 0x0020, 0x0020, CRC(0f0782af) SHA1(32c0dd09ead5c70cee2657e9cb8cb9fcf54c5a6a) )
ROM_END
+ROM_START( drivfrcsga ) // This PCB has a big epoxy block by Tanaka Enterprises marked E-0237, possibly providing ROM addressing
+ ROM_REGION( 0x8000, "maincpu", 0 )
+ ROM_LOAD( "xx.bin", 0x2800, 0x0400, NO_DUMP ) // missing
+ ROM_CONTINUE( 0x2c00, 0x0400 )
+ ROM_CONTINUE( 0x0000, 0x0400 )
+ ROM_CONTINUE( 0x0400, 0x0400 )
+ ROM_CONTINUE( 0x0800, 0x0400 )
+ ROM_CONTINUE( 0x0c00, 0x0400 )
+ ROM_CONTINUE( 0x2000, 0x0400 )
+ ROM_CONTINUE( 0x2400, 0x0400 )
+ ROM_LOAD( "1p.bin", 0x6800, 0x0400, CRC(58b12215) SHA1(73c8bd16994704d8b1d007c5924ba5e83f7233ea) ) // unique
+ ROM_CONTINUE( 0x6c00, 0x0400 )
+ ROM_CONTINUE( 0x4000, 0x0400 )
+ ROM_CONTINUE( 0x4400, 0x0400 )
+ ROM_CONTINUE( 0x4800, 0x0400 )
+ ROM_CONTINUE( 0x4c00, 0x0400 )
+ ROM_CONTINUE( 0x6000, 0x0400 )
+ ROM_CONTINUE( 0x6400, 0x0400 )
+
+ ROM_REGION( 0x4000, "gfx1", 0 )
+ ROM_LOAD( "kj_5.22.bin", 0x0000, 0x2000, CRC(7b6d837a) SHA1(925ca351635e77cacfb5a2d6e31487c5e4aaf0ec) ) // unique
+ ROM_LOAD( "kl_5.22.bin", 0x2000, 0x2000, CRC(86cd5438) SHA1(c921d8cd031fd0fa78488ae95a1570dd1be919e9) ) // unique
+
+ /* piggy-backed colour proms */
+ ROM_REGION( 0x0040, "proms", 0 ) // missing
+ ROM_LOAD( "82s123-1.bin", 0x0000, 0x0020, NO_DUMP )
+ ROM_LOAD( "82s123-2.bin", 0x0020, 0x0020, NO_DUMP )
+ROM_END
+
ROM_START( drivfrcb )
ROM_REGION( 0x8000, "maincpu", 0 )
ROM_LOAD( "dfp.bin", 0x2800, 0x0400, CRC(b5b2981d) SHA1(c9ff19791895bf05b569457b1e53dfa0aaeb8e95) )
@@ -3669,7 +3698,8 @@ GAME( 1983, spcwarp, 0, spcwarp, hunchbkg, galaxold_state, empty_ini
GAME( 1984, drivfrcg, drivfrcp, drivfrcg, drivfrcg, galaxold_state, empty_init, ROT90, "Shinkai Inc. (Magic Electronics USA license)", "Driving Force (Galaxian conversion)", MACHINE_SUPPORTS_SAVE )
GAME( 1984, drivfrct, drivfrcp, drivfrcg, drivfrcg, galaxold_state, empty_init, ROT90, "bootleg (EMT Germany)", "Top Racer (bootleg of Driving Force)", MACHINE_SUPPORTS_SAVE ) // Video Klein PCB
GAME( 1985, drivfrcb, drivfrcp, drivfrcg, drivfrcg, galaxold_state, empty_init, ROT90, "bootleg (Elsys Software)", "Driving Force (Galaxian conversion bootleg)", MACHINE_SUPPORTS_SAVE )
-GAME( 1985, drivfrcsg, drivfrcp, drivfrcg, drivfrcg, galaxold_state, empty_init, ROT90, "Seatongrove UK", "Driving Force (Galaxian conversion, Seatongrove UK)", MACHINE_SUPPORTS_SAVE )
+GAME( 1985, drivfrcsg, drivfrcp, drivfrcg, drivfrcg, galaxold_state, empty_init, ROT90, "Seatongrove UK", "Driving Force (Galaxian conversion, Seatongrove UK, E-0010)", MACHINE_SUPPORTS_SAVE )
+GAME( 1985, drivfrcsga,drivfrcp, drivfrcg, drivfrcg, galaxold_state, empty_init, ROT90, "Seatongrove UK", "Driving Force (Galaxian conversion, Seatongrove UK, E-0237)", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE ) // incomplete dump
GAME( 1986, racknrol, 0, racknrol, racknrol, galaxold_state, empty_init, ROT0, "Senko Industries (Status license from Shinkai Inc.)", "Rack + Roll", MACHINE_SUPPORTS_SAVE )
GAME( 1986, hexpool, racknrol, racknrol, racknrol, galaxold_state, empty_init, ROT90, "Senko Industries (Shinkai Inc. license)", "Hex Pool (Shinkai)", MACHINE_SUPPORTS_SAVE ) // still has Senko logo in gfx rom
GAME( 1985, hexpoola, racknrol, hexpoola, racknrol, galaxold_state, empty_init, ROT90, "Senko Industries", "Hex Pool (Senko)", MACHINE_SUPPORTS_SAVE )
diff --git a/src/mame/drivers/lvcards.cpp b/src/mame/drivers/lvcards.cpp
index 1ef5e5f099c..84f2a583d03 100644
--- a/src/mame/drivers/lvcards.cpp
+++ b/src/mame/drivers/lvcards.cpp
@@ -598,7 +598,7 @@ lc1.bin [2/4] 1.l4 [4/4] 0.317383%
lc1.bin [4/4] 1.l4 [2/4] 0.317383%
lc2.bin [even 2/2] 2.k4 [odd 2/2] 0.146484%
*/
-ROM_START( lvcardsa )
+ROM_START( lvcardsa ) // Tehkan 5910A-1 PCB
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "1.l4", 0x0000, 0x4000, CRC(81a25f70) SHA1(ce8917674b3374e5e138420f062d9b7aba3f6e11) )
ROM_LOAD( "2.k4", 0x4000, 0x2000, CRC(d1c72fc2) SHA1(496606e129046d253d716254ef4e58a93ca10aa0) )
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 6bad9815e91..f477df0afd6 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -14118,6 +14118,7 @@ dkongjrmc // bootleg (Centromatic)
drivfrcb // bootleg
drivfrcg // [1984] Shinkai (Magic Electronics USA license)
drivfrcsg // [1984] Seatongrove
+drivfrcsga // [1984] Seatongrove
drivfrct // bootleg
froggerv // bootleg
guttangt //