mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
replace lost world sound rom loading with correct set [AndyGeezer]
This commit is contained in:
parent
f0a9ebca98
commit
77be6e90c4
@ -2507,10 +2507,8 @@ ROM_START( lostwsga ) /* Step 1.5 */
|
||||
|
||||
// Samples
|
||||
ROM_REGION( 0x800000, REGION_SOUND1, 0 ) /* SCSP samples */
|
||||
ROM_LOAD( "mpr-19934.22", 0x000000, 0x200000, CRC(661b09d0) SHA1(cc4a30aa9fe17964808a7ae967de8f64da36379a) )
|
||||
ROM_LOAD( "mpr-19935.24", 0x200000, 0x200000, CRC(6436e483) SHA1(f81b846e7898ec0172b50d74bb7f9062b81f38a8) )
|
||||
ROM_LOAD( "mpr-19934.22", 0x400000, 0x200000, CRC(661b09d0) SHA1(cc4a30aa9fe17964808a7ae967de8f64da36379a) )
|
||||
ROM_LOAD( "mpr-19935.24", 0x600000, 0x200000, CRC(6436e483) SHA1(f81b846e7898ec0172b50d74bb7f9062b81f38a8) )
|
||||
ROM_LOAD( "mpr19934.22", 0x000000, 0x400000, CRC(c7d8e194) SHA1(1d6a864a6f242219d13d5f96086a7d59c0e96e31) )
|
||||
ROM_LOAD( "mpr19935.24", 0x400000, 0x400000, CRC(91c1b618) SHA1(36573304e9a7f19e17b31a69de9b25d9893bc2dc) )
|
||||
|
||||
|
||||
ROM_REGION( 0x20000, REGION_CPU3, 0 ) /* Z80 code */
|
||||
|
Loading…
Reference in New Issue
Block a user