From 8fea166c6fdffe0c801f06c616dcfbf7b6533ada Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Thu, 19 Oct 2023 10:30:21 +0200 Subject: subsino/subsino.cpp: Maked PROMs as BAD_DUMP for 'newhunterc' (#11641) As they weren't dumped from that PCB --- src/mame/subsino/subsino.cpp | 6 +++--- 1 file 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 ) -- cgit v1.2.3