summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author davidhay <davidhay@localhost>2008-07-06 16:55:32 +0000
committer davidhay <davidhay@localhost>2008-07-06 16:55:32 +0000
commit77be6e90c4e1ef87faa216b3fd50c1d12e03ca9d (patch)
treeb9620fb5d8ed2c6ed4b1702e971c365f6bef86ea /src
parentf0a9ebca981a06db3e8a859fdb791ac130018669 (diff)
replace lost world sound rom loading with correct set [AndyGeezer]
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/model3.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/drivers/model3.c b/src/mame/drivers/model3.c
index b0990572495..224f38eb25a 100644
--- a/src/mame/drivers/model3.c
+++ b/src/mame/drivers/model3.c
@@ -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 */