mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
On behalf of Haze: fixed sound ROM with correct dump in Wow New Fantasia
This commit is contained in:
parent
84c4dbd3c4
commit
ff6bd235a1
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user