From ff6bd235a147afdc7ece99b308999e1e1c9b52c2 Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Fri, 14 Aug 2009 21:01:27 +0000 Subject: [PATCH] On behalf of Haze: fixed sound ROM with correct dump in Wow New Fantasia --- src/mame/drivers/galpanic.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/mame/drivers/galpanic.c b/src/mame/drivers/galpanic.c index 4d3b85180d9..53d3aa9c264 100644 --- a/src/mame/drivers/galpanic.c +++ b/src/mame/drivers/galpanic.c @@ -1215,16 +1215,12 @@ ROM_START( wownfant) ROM_LOAD( "ep-4001 42750001 u113.bin", 0x00000, 0x80000, CRC(3e77ca1f) SHA1(f946e65a29bc02b89c02b2a869578d38cfe7e2d0) ) ROM_LOAD( "ep-4001 42750001 u112.bin", 0x80000, 0x80000, CRC(51f4b604) SHA1(52e8ce0a2c1b9b00f04e0c775789bc550bad8ae0) ) - ROM_REGION( 0x140000, "oki", 0 ) /* OKIM6295 samples */ + ROM_REGION( 0x140000, "oki", 0 ) /* OKIM6295 samples */ /* 00000-2ffff is fixed, 30000-3ffff is bank switched from all the ROMs */ - ROM_LOAD( "ep-4001 42750001 u4.bin", 0x00000, 0x80000, BAD_DUMP CRC(1487dbdf) SHA1(11e5aa243e8d242514cace1468144a2d5e50e193) ) + ROM_LOAD( "ep-4001 42750001 u4.bin", 0x00000, 0x80000, CRC(06dc889e) SHA1(726561ff01bbde43669293a6ff7ee22b048b4118) ) // almost the same as fantasia2, just some changes to the sample references in the header ROM_RELOAD( 0x40000, 0x80000 ) -// from fantasia 2, might be the good dump of the above because the other sound rom is identical -// ROM_LOAD( "music2.1b", 0x00000, 0x80000, CRC(23cc4f9c) SHA1(06b5342c25de966ce590917c571e5b19af1fef7d) ) -// ROM_RELOAD( 0x40000, 0x80000 ) - ROM_LOAD( "ep-4001 42750001 u1.bin", 0xc0000, 0x80000, CRC(864167c2) SHA1(c454b26b6dea993e6bd64546f92beef05e46d7d7) ) -ROM_END +ROM_END ROM_START( galhustl ) ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 Code */