summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2021-09-10 17:47:21 +0300
committer MetalliC <0vetal0@gmail.com>2021-09-10 17:47:21 +0300
commita99d2f3295c21e6ae97cbffce8cf025860bfa4d6 (patch)
tree473986a6ba12db24c7d2338c8859b1298b9208b3
parent2c35e09c66e8009784b40e1d5751ca40df3f15d6 (diff)
jvs13551.cpp: dumped Sega 838-13683-91 Rev.A JVS I/O [Darksoft]
-rw-r--r--src/mame/drivers/segaatom.cpp2
-rw-r--r--src/mame/machine/jvs13551.cpp18
2 files changed, 11 insertions, 9 deletions
diff --git a/src/mame/drivers/segaatom.cpp b/src/mame/drivers/segaatom.cpp
index aa337cc8531..9ba749b2b0c 100644
--- a/src/mame/drivers/segaatom.cpp
+++ b/src/mame/drivers/segaatom.cpp
@@ -127,7 +127,7 @@ void atom2_state::atom2(machine_config &config)
ROM_START( spongbob )
ROM_REGION( 0x2000000, "maincpu", ROMREGION_ERASE00 )
// Main board
- ROM_LOAD("ic4", 0x0000000, 0x80000, NO_DUMP )
+ ROM_LOAD("epr-24430.ic4", 0x0000000, 0x80000, NO_DUMP )
// ROM board
ROM_LOAD("ic1", 0x0000000, 0x1000000, CRC(607a0989) SHA1(17706df8400e13800edd1d1cf45047d1c970d0b8) )
diff --git a/src/mame/machine/jvs13551.cpp b/src/mame/machine/jvs13551.cpp
index 877ccd6302f..e76875b499d 100644
--- a/src/mame/machine/jvs13551.cpp
+++ b/src/mame/machine/jvs13551.cpp
@@ -28,14 +28,16 @@ INPUT_PORTS_END
ROM_START( jvs13551 )
// TMP90PH44N firmwares
ROM_REGION( 0x4000, "iomcu", ROMREGION_ERASE )
- // Sega 838-13683-93
- ROM_LOAD( "sp5001.bin", 0x0000, 0x4000, CRC(3456c8cc) SHA1(f3b66ab1d2eab32e97b46077e3ed2ab5b2982325))
- // Sega 838-13683-93 Rev.B
- ROM_LOAD( "sp5001-b.bin", 0x0000, 0x4000, CRC(28b5fb84) SHA1(8784024548d24b6a43057f06de1d53ce3a34eb12))
- // Sega 838-13683-02
- ROM_LOAD( "sp5002-a.bin", 0x0000, 0x4000, CRC(72983a0f) SHA1(aa13276347bc643ef93e81e9ab7c905deb16c415))
- // Sega 837-13551-92 0007 Type1
- ROM_LOAD( "315-6215.bin", 0x0000, 0x4000, CRC(98202738) SHA1(8c4dc85438298e31e25f69542804a78ff0e20962))
+ // Sega 838-13683-93 (838-13683 ;Ver1.04;98/12)
+ ROM_LOAD( "sp5001.bin", 0x0000, 0x4000, CRC(3456c8cc) SHA1(f3b66ab1d2eab32e97b46077e3ed2ab5b2982325) )
+ // Sega 838-13683-91 Rev.A (838-13683A ;Ver1.06;99/03)
+ ROM_LOAD( "sp5001-a.bin", 0x0000, 0x4000, CRC(b52d3777) SHA1(eb882a0d4fde5d8a9fb118cb6e3547b0e9f7bfea) )
+ // Sega 838-13683-93 Rev.B (838-13683B ;Ver1.07;99/06)
+ ROM_LOAD( "sp5001-b.bin", 0x0000, 0x4000, CRC(28b5fb84) SHA1(8784024548d24b6a43057f06de1d53ce3a34eb12) )
+ // Sega 838-13683-02 (838-13683D ;Ver1.09;99/11)
+ ROM_LOAD( "sp5002-a.bin", 0x0000, 0x4000, CRC(72983a0f) SHA1(aa13276347bc643ef93e81e9ab7c905deb16c415) )
+ // Sega 837-13551-92 0007 Type1 (837-13551 ;Ver1.00;98/10)
+ ROM_LOAD( "315-6215.bin", 0x0000, 0x4000, CRC(98202738) SHA1(8c4dc85438298e31e25f69542804a78ff0e20962) )
ROM_END
const tiny_rom_entry *sega_837_13551_device::device_rom_region() const