From 8a67c8687c8bc6d046641f027f31f7f5d2275d06 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sat, 21 Apr 2018 15:49:18 +0200 Subject: [PATCH] galivan.cpp: use parent sound ROM for dangarj (nw) --- src/mame/drivers/galivan.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/galivan.cpp b/src/mame/drivers/galivan.cpp index 23d3d9f31fe..eb5b3101900 100644 --- a/src/mame/drivers/galivan.cpp +++ b/src/mame/drivers/galivan.cpp @@ -814,7 +814,9 @@ ROM_START( dangarj ) /* all rom labels are simply numbers, with the owl logo and ROM_REGION( 0x10000, "audiocpu", 0 ) /* sound cpu code */ ROM_LOAD( "21.14b", 0x0000, 0x4000, CRC(3e041873) SHA1(8f9e1ec64509c8a7e9e45add9efc95f98f35fcfc) ) - ROM_LOAD( "22.15b", 0x4000, 0x4000, CRC(1d484f68) SHA1(7de13d6c6850280fed011c1d1b211cdc5ea9f935) ) + // following is most likely half size dumped, so we load parent set rom here. + ROM_LOAD( "22.15b", 0x4000, 0x4000, BAD_DUMP CRC(1d484f68) SHA1(7de13d6c6850280fed011c1d1b211cdc5ea9f935) ) + ROM_LOAD( "14.b15", 0x4000, 0x8000, CRC(488e3463) SHA1(73ff7ab061be54162f3a548f6bd9ef55b9dec5d9) ) ROM_REGION( 0x04000, "gfx1", 0 ) ROM_LOAD( "11.13d", 0x00000, 0x4000, CRC(e804ffe1) SHA1(22f16c23b9a82f104dda24bc8fccc08f3f69cf97) ) /* chars */