mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
mu80: Add the wave roms [Alexander Troosh]
This commit is contained in:
parent
fee25e4380
commit
6cf7200512
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user