mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
jvs13551.cpp: dumped Sega 838-13683-91 Rev.A JVS I/O [Darksoft]
This commit is contained in:
parent
2c35e09c66
commit
a99d2f3295
2 changed files with 11 additions and 9 deletions
|
@ -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) )
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue