On behalf of Haze: fixed sound ROM with correct dump in Wow New Fantasia

This commit is contained in:
Fabio Priuli 2009-08-14 21:01:27 +00:00
parent 84c4dbd3c4
commit ff6bd235a1

View File

@ -1217,12 +1217,8 @@ ROM_START( wownfant)
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 */ /* 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 ) 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_LOAD( "ep-4001 42750001 u1.bin", 0xc0000, 0x80000, CRC(864167c2) SHA1(c454b26b6dea993e6bd64546f92beef05e46d7d7) )
ROM_END ROM_END