mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
new not working clone
-------------------------------- Time Crisis 4 (Japan, TSF1001-NA-A) [Guru]
This commit is contained in:
parent
3cdb444f25
commit
c2ca6e6369
@ -1191,6 +1191,17 @@ ROM_START( timecrs4 )
|
||||
DISK_IMAGE_READONLY( "tsf1-ha", 0, SHA1(8ba7eec0d1add2192a115b295a32265c8d084aea) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( timecrs4j )
|
||||
ROM_REGION32_LE(0x200000, "bios", 0)
|
||||
ROM_LOAD( "r27v1602f.8g", 0x000000, 0x200000, CRC(b2a8eeb6) SHA1(bc4fb4e1e53adbd92385f1726bd69663ff870f1e) )
|
||||
|
||||
ROM_REGION(0x840000, "key", ROMREGION_ERASE00)
|
||||
ROM_LOAD( "tsf1001-na-a.ic002", 0x000000, 0x840000, CRC(e115a2ae) SHA1(73cbb166d105809e9454e77e386c5c9b4010719c) )
|
||||
|
||||
DISK_REGION("dvd") // HDD for this game
|
||||
DISK_IMAGE_READONLY( "tsf1-ha", 0, SHA1(8ba7eec0d1add2192a115b295a32265c8d084aea) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( taiko10 )
|
||||
ROM_REGION32_LE(0x200000, "bios", 0)
|
||||
SYSTEM256_BIOS
|
||||
@ -1650,4 +1661,5 @@ GAME(2008, gdvsgd, sys256, system256, system246, namcops2_state, empty_init,
|
||||
GAME(2009, gdvsgdnx, sys256, system256, system246, namcops2_state, empty_init, ROT0, "Capcom / Bandai", "Gundam vs. Gundam Next", MACHINE_IS_SKELETON)
|
||||
|
||||
// System Super 256
|
||||
GAME(2006, timecrs4, sys256, system256, system246, namcops2_state, empty_init, ROT0, "Namco", "Time Crisis 4", MACHINE_IS_SKELETON)
|
||||
GAME(2006, timecrs4, sys256, system256, system246, namcops2_state, empty_init, ROT0, "Namco", "Time Crisis 4 (World, TSF1002-NA-A)", MACHINE_IS_SKELETON)
|
||||
GAME(2006, timecrs4j,timecrs4, system256, system246, namcops2_state, empty_init, ROT0, "Namco", "Time Crisis 4 (Japan, TSF1001-NA-A)", MACHINE_IS_SKELETON)
|
||||
|
@ -30121,6 +30121,7 @@ tekken5d //
|
||||
timecrs3 //
|
||||
timecrs3e //
|
||||
timecrs4 //
|
||||
timecrs4j //
|
||||
vnight //
|
||||
wanganmd //
|
||||
wanganmr //
|
||||
|
Loading…
Reference in New Issue
Block a user