summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts80.c
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2014-02-23 20:16:49 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2014-02-23 20:16:49 +0000
commit09ee48d11ae639635e8772573566586fbf9c4f9d (patch)
treeb66a50a0fea8792deac07ccea73c9b81fd95fa9f /src/mame/drivers/gts80.c
parent0f6b812db052bde993024f37a65cb633c46f2c08 (diff)
started looking at some of the orphaned ROMdefs the clang fixes turned up. I think one or two are genuine mistakes but still need to see if I have the files before I add the missing lines.
also split multfish into .c files and header, moving details of the sets where we only have reference info but there are no known dumps to a different file to avoid confusion. (nw)
Diffstat (limited to 'src/mame/drivers/gts80.c')
-rw-r--r--src/mame/drivers/gts80.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/gts80.c b/src/mame/drivers/gts80.c
index 096a3125aaf..0e21021c8c2 100644
--- a/src/mame/drivers/gts80.c
+++ b/src/mame/drivers/gts80.c
@@ -398,7 +398,7 @@ ROM_START(panthera)
ROM_RELOAD( 0xfc00, 0x0400)
ROM_END
-#if 0
+#ifdef MISSING_GAME // all missing games are using a similar set of ROMs.
ROM_START(panther7)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD("u2g807dc.bin", 0x2000, 0x1000, CRC(f8a687b3) SHA1(ba7747c04a5967df760ace102e47c91d42e07a12))
@@ -446,7 +446,7 @@ ROM_START(pnkpnthr)
ROM_RELOAD( 0xfc00, 0x0400)
ROM_END
-#if 0
+#ifdef MISSING_GAME // all missing games are using a similar set of ROMs.
ROM_START(pnkpntr7)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD("u2g807dc.bin", 0x2000, 0x1000, CRC(f8a687b3) SHA1(ba7747c04a5967df760ace102e47c91d42e07a12))
@@ -506,7 +506,7 @@ ROM_START(starrace)
ROM_RELOAD( 0xfc00, 0x0400)
ROM_END
-#if 0
+#ifdef MISSING_GAME // all missing games are using a similar set of ROMs.
ROM_START(starrac7)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD("u2g807dc.bin", 0x2000, 0x1000, CRC(f8a687b3) SHA1(ba7747c04a5967df760ace102e47c91d42e07a12))