summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine')
-rw-r--r--src/mame/machine/jvs13551.cpp18
1 files changed, 10 insertions, 8 deletions
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