summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2019-08-24 11:12:06 +0200
committer Olivier Galibert <galibert@pobox.com>2019-08-24 11:12:14 +0200
commit6cf720051277773a014f56dddb382f04ab4124c8 (patch)
tree63dfd02ec242a7b5972554c113bddd3a31913209
parentfee25e4380744648a40a8ab38a1d0f94f82b2669 (diff)
mu80: Add the wave roms [Alexander Troosh]
-rw-r--r--src/mame/drivers/ymmu80.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/ymmu80.cpp b/src/mame/drivers/ymmu80.cpp
index dd2ab862cc9..a8a0c618f66 100644
--- a/src/mame/drivers/ymmu80.cpp
+++ b/src/mame/drivers/ymmu80.cpp
@@ -374,7 +374,11 @@ ROM_START( mu80 )
ROM_REGION( 0x80000, "mu80cpu", 0 )
ROM_LOAD16_WORD_SWAP( "yamaha_mu80.bin", 0x000000, 0x080000, CRC(c31074c0) SHA1(a11bd4523cd8ff1e1744078c3b4c18112b73c61e) )
- ROM_REGION( 0x800000, "swp20", ROMREGION_ERASE00 )
+ ROM_REGION16_LE( 0x2000000, "swp20", ROMREGION_ERASE00 )
+ ROM_LOAD( "xq012b0-822.bin", 0x1c00000, 0x200000, CRC(cb454418) SHA1(43dab164de5497df9203a1ac9e7ece478276e46d))
+ ROM_LOAD( "xq013b0-823.bin", 0x1a00000, 0x200000, CRC(f14117b4) SHA1(fc603b7b7a3f3500521d4d9638a9562f90cc0354))
+ ROM_LOAD( "xq089b0-824.bin", 0x1600000, 0x200000, CRC(0adbf203) SHA1(ecc4c1cfb123d12bc3dad092c31bddc707bb4d07))
+ ROM_LOAD( "xq090b0-825.bin", 0x0e00000, 0x200000, CRC(34c422b3) SHA1(14073c41fbdf4faa9da9c83dafe4dc2d6b01b53b))
ROM_END
CONS( 1994, mu80, 0, 0, mu80, mu80, mu80_state, empty_init, "Yamaha", "MU80", MACHINE_NOT_WORKING )