From b2ea4beda0ea88a2a0dbba553ff085ef3d64b56f Mon Sep 17 00:00:00 2001 From: Ville Linde Date: Tue, 26 Apr 2016 03:11:56 +0300 Subject: [PATCH] sscope2 comm board roms are bad (nw) --- src/mame/drivers/hornet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/hornet.cpp b/src/mame/drivers/hornet.cpp index 9125400a871..2b98d34e74a 100644 --- a/src/mame/drivers/hornet.cpp +++ b/src/mame/drivers/hornet.cpp @@ -1402,8 +1402,8 @@ ROM_START(sscope2) ROM_LOAD32_WORD_SWAP("931a04.bin", 0x000000, 0x200000, CRC(4f5917e6) SHA1(a63a107f1d6d9756e4ab0965d72ea446f0692814) ) ROM_REGION32_BE(0x800000, "user3", 0) /* Comm board roms */ - ROM_LOAD("931a19.bin", 0x000000, 0x400000, CRC(8b25a6f1) SHA1(41f9c2046a6aae1e9f5f3ffa3e0ffb15eba46211) ) - ROM_LOAD("931a20.bin", 0x400000, 0x400000, CRC(ecf665f6) SHA1(5a73e87435560a7bb2d0f9be7fba12254b18708d) ) + ROM_LOAD("931a19.bin", 0x000000, 0x400000, BAD_DUMP CRC(8b25a6f1) SHA1(41f9c2046a6aae1e9f5f3ffa3e0ffb15eba46211) ) + ROM_LOAD("931a20.bin", 0x400000, 0x400000, BAD_DUMP CRC(ecf665f6) SHA1(5a73e87435560a7bb2d0f9be7fba12254b18708d) ) ROM_REGION(0x800000, "user5", ROMREGION_ERASE00) /* CG Board texture roms */