diff options
author | 2016-07-30 22:31:08 -0500 | |
---|---|---|
committer | 2016-07-30 22:31:08 -0500 | |
commit | dad9bf7b2acbf82b269108bd86f5cdbcded404e4 (patch) | |
tree | 7d10958cf8bc873dd4164e34e66f4cadb6f8f39d /src/mame/drivers/itech32.cpp | |
parent | 90bf6de1da977f794c7454dfbd099e6488e55feb (diff) |
itech32.cpp: Restore unique sound rom - NW
Restore unique sound rom do cut-n-paste overwrite and not paying attention.
Diffstat (limited to 'src/mame/drivers/itech32.cpp')
-rw-r--r-- | src/mame/drivers/itech32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/itech32.cpp b/src/mame/drivers/itech32.cpp index 1b0ef8b6137..3ff9ab1af93 100644 --- a/src/mame/drivers/itech32.cpp +++ b/src/mame/drivers/itech32.cpp @@ -2160,7 +2160,7 @@ ROM_START( pairs ) /* Version 1.2 (3-tier board set: P/N 1059 Rev 3, P/N 1061 R ROM_LOAD16_BYTE( "ensoniq.2m", 0x000000, 0x200000, CRC(9fdc4825) SHA1(71e5255c66d9010be7e6f27916b605441fc53839) ) /* Ensoniq 2m 1350901601 */ ROM_REGION16_BE( 0x400000, "ensoniq.2", ROMREGION_ERASE00 ) - ROM_LOAD16_BYTE( "srom0_pairs_v1.srom0", 0x000000, 0x80000, CRC(1d96c581) SHA1(3b7c84b7db3b098ec28c7058c16f97e9cf0e4733) ) + ROM_LOAD16_BYTE( "srom0.bin", 0x000000, 0x80000, CRC(19a857f9) SHA1(2515b4c127191d52d3b5a72477384847d8cabad3) ) /* Unknown label and / or revision */ ROM_END |