summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2017-06-18 23:28:36 +0200
committer Olivier Galibert <galibert@pobox.com>2017-06-18 23:28:36 +0200
commit63f05e14134e23bb2ff11cba6a8109d97ce0e0ae (patch)
tree5ed57a5caeb2ba825fd4aabbc9d6f8c0aeea7eb9 /src/mame/drivers
parent72e1e64d5f1d5de19a2281bd42c714bf47dbd2b1 (diff)
AJR, tsk tsk tsk (nw)
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/model1.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/model1.cpp b/src/mame/drivers/model1.cpp
index 9bb08ec5a32..4162c8e4ee9 100644
--- a/src/mame/drivers/model1.cpp
+++ b/src/mame/drivers/model1.cpp
@@ -1127,11 +1127,11 @@ INPUT_PORTS_END
ROM_LOAD("opr14747.bin", 0x0a0000, 0x20000, CRC(a4ad5e19) SHA1(7d7ec300eeb9a8de1590011e37108688c092f329) ) \
ROM_LOAD("opr14748.bin", 0x0c0000, 0x20000, CRC(4a532cb8) SHA1(23280ebbcd6b2bc8a8e643a2d07a58d6598301b8) ) \
\
- /*ROM_REGION32_LE( 0x2000, "315_5571", 0)*/ \
- /*ROM_LOAD("315-5571.bin", 0, 0x2000, CRC(1233db2a) SHA1(06760409d40f3d9117fd3e7c7ab62dfd70aa2a4d) )*/ \
+ ROM_REGION32_LE( 0x2000, "315_5571", 0) \
+ ROM_LOAD("315-5571.bin", 0, 0x2000, CRC(1233db2a) SHA1(06760409d40f3d9117fd3e7c7ab62dfd70aa2a4d) ) \
\
- /*ROM_REGION32_LE( 0x2000, "315_5572", 0)*/ \
- /*ROM_LOAD("315-5572.bin", 0, 0x2000, CRC(0a534a3b) SHA1(b8c988bc414b3ad3cd036ba5a64b5ee04a4758b4) )*/
+ ROM_REGION32_LE( 0x2000, "315_5572", 0) \
+ ROM_LOAD("315-5572.bin", 0, 0x2000, CRC(0a534a3b) SHA1(b8c988bc414b3ad3cd036ba5a64b5ee04a4758b4) )
ROM_START( vf )
MODEL1_CPU_BOARD
@@ -1225,7 +1225,7 @@ ROM_START( vr )
ROM_REGION( 0x2000, "tgp", 0 ) /* TGP program rom */
// The real internal TGP rom
- /*ROM_LOAD("315-5573.bin", 0, 0x2000, CRC(ec913af2) SHA1(a18bf6c9d7b35f8b9e513a7d279f13a30b32a961) )*/
+ ROM_LOAD("315-5573.bin", 0, 0x2000, CRC(ec913af2) SHA1(a18bf6c9d7b35f8b9e513a7d279f13a30b32a961) )
// this is the Daytona TGP program with some modifications needed for Virtua Racing
// Kept here for now to avoid instantly breaking the game until the tgp is up to it
@@ -1289,7 +1289,7 @@ ROM_START( vformula )
ROM_REGION( 0x2000, "tgp", 0 ) /* TGP program rom */
// The real internal TGP rom
- /*ROM_LOAD("315-5573.bin", 0, 0x2000, CRC(ec913af2) SHA1(a18bf6c9d7b35f8b9e513a7d279f13a30b32a961) )*/
+ ROM_LOAD("315-5573.bin", 0, 0x2000, CRC(ec913af2) SHA1(a18bf6c9d7b35f8b9e513a7d279f13a30b32a961) )
// this is the Daytona TGP program with some modifications needed for Virtua Racing
// Kept here for now to avoid instantly breaking the game until the tgp is up to it