mirror of
https://github.com/holub/mame
synced 2025-05-03 04:56:45 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
f0152ea8ff
@ -31,15 +31,15 @@ MACHINE_CONFIG_END
|
||||
|
||||
ROM_START( jvs13551 )
|
||||
// TMP90PH44N firmwares
|
||||
ROM_REGION( 0x8000, "iomcu", ROMREGION_ERASE )
|
||||
ROM_REGION( 0x4000, "iomcu", ROMREGION_ERASE )
|
||||
// Sega 838-13683-93
|
||||
ROM_LOAD( "sp5001.bin", 0x0000, 0x8000, CRC(2f17e21a) SHA1(ac227ef3ca52ef17321bd60e435dba147645d8b8))
|
||||
ROM_LOAD( "sp5001.bin", 0x0000, 0x4000, CRC(3456c8cc) SHA1(f3b66ab1d2eab32e97b46077e3ed2ab5b2982325))
|
||||
// Sega 838-13683-93 Rev.B
|
||||
ROM_LOAD( "sp5001-b.bin", 0x0000, 0x8000, CRC(121693cd) SHA1(c9834aca671aff5e283ac708788c2a0f4a5bdecc))
|
||||
ROM_LOAD( "sp5001-b.bin", 0x0000, 0x4000, CRC(28b5fb84) SHA1(8784024548d24b6a43057f06de1d53ce3a34eb12))
|
||||
// Sega 838-13683-02
|
||||
ROM_LOAD( "sp5002-a.bin", 0x0000, 0x8000, CRC(a088df8c) SHA1(8237e9b18b8367d3f5b99b8f29c528a55c2e0fbf))
|
||||
ROM_LOAD( "sp5002-a.bin", 0x0000, 0x4000, CRC(72983a0f) SHA1(aa13276347bc643ef93e81e9ab7c905deb16c415))
|
||||
// Sega 837-13551-92 0007 Type1
|
||||
ROM_LOAD( "315-6215.bin", 0x0000, 0x8000, CRC(d7c97e40) SHA1(b1ae8db332f869c4fdbbae15967baeca0bc7f57d))
|
||||
ROM_LOAD( "315-6215.bin", 0x0000, 0x4000, CRC(98202738) SHA1(8c4dc85438298e31e25f69542804a78ff0e20962))
|
||||
ROM_END
|
||||
|
||||
const tiny_rom_entry *sega_837_13551::device_rom_region() const
|
||||
|
Loading…
Reference in New Issue
Block a user