summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/subsino/subsino.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/subsino/subsino.cpp b/src/mame/subsino/subsino.cpp
index 2065ce626ce..70807952aa1 100644
--- a/src/mame/subsino/subsino.cpp
+++ b/src/mame/subsino/subsino.cpp
@@ -3394,9 +3394,9 @@ ROM_START( newhunterc )
ROM_IGNORE(0xc000)
ROM_REGION( 0x00300, "proms", 0 )
- ROM_LOAD( "n82s129an.u1", 0x00000, 0x00100, CRC(971843e5) SHA1(4cb5fc1085503dae2f2f02eb49cca051ac84b890) )
- ROM_LOAD( "n82s129an.u2", 0x00100, 0x00100, CRC(b4bd872c) SHA1(c0f9fe68186636d6d6bc6f81415459631cf38edd) )
- ROM_LOAD( "n82s129an.u3", 0x00200, 0x00100, CRC(db99f6da) SHA1(d281a2fa06f1890ef0b1c4d099e6828827db14fd) )
+ ROM_LOAD( "n82s129an.u1", 0x00000, 0x00100, BAD_DUMP CRC(971843e5) SHA1(4cb5fc1085503dae2f2f02eb49cca051ac84b890) ) // Not dumped on this PCB
+ ROM_LOAD( "n82s129an.u2", 0x00100, 0x00100, BAD_DUMP CRC(b4bd872c) SHA1(c0f9fe68186636d6d6bc6f81415459631cf38edd) ) // Not dumped on this PCB
+ ROM_LOAD( "n82s129an.u3", 0x00200, 0x00100, BAD_DUMP CRC(db99f6da) SHA1(d281a2fa06f1890ef0b1c4d099e6828827db14fd) ) // Not dumped on this PCB
ROM_REGION( 0x00045c, "plds", 0 )
ROM_LOAD( "gal16v8b.u41", 0x00000, 0x00117, NO_DUMP )