New not working clone

---------------------------
Tokyo Cop (US, dedicated version) [Mark F., Smitdogg, The Dumping Union]
This commit is contained in:
Ivan Vangelista 2017-04-06 19:21:33 +02:00
parent b80a7313fd
commit 0eebf8c69c
2 changed files with 18 additions and 2 deletions

View File

@ -83,12 +83,26 @@ static MACHINE_CONFIG_START( gaelcopc, gaelcopc_state )
MCFG_PALETTE_ADD("palette", 0x100)
MACHINE_CONFIG_END
ROM_START(tokyocop)
ROM_REGION32_LE(0x80000, "maincpu", 0) /* motherboard bios */
ROM_LOAD("al1.u10", 0x000000, 0x80000, CRC(e426e030) SHA1(52bdb6d46c12150077169ac3add8c450326ad4af) )
/* Dumper's note: The drive was ordered from Gaelco and they used a 250 GB drive that apparently used to have something
else on it because when I ripped the entire drive and compressed it, the compressed image was 30 GB which is too much for me
to upload. So I just ripped the partitions (it had 3) and the size was reasonable. This rip was burned into another drive and
tested working on the real hardware. It uses the same hardware and bios as the kit version.*/
DISK_REGION( "disks" )
DISK_IMAGE( "tokyocop", 0, SHA1(f3b60046da7094743822191473e05ee9cbc1af86) )
ROM_END
ROM_START(tokyocopk)
ROM_REGION32_LE(0x80000, "maincpu", 0) /* motherboard bios */
ROM_LOAD("al1.u10", 0x000000, 0x80000, CRC(e426e030) SHA1(52bdb6d46c12150077169ac3add8c450326ad4af) )
DISK_REGION( "disks" ) // Maxtor 2F040J0310613 VAM051JJ0
DISK_IMAGE( "tokyocop", 0, SHA1(3805e41903719d8ed163f9879db65e71aba2e3e7) )
DISK_IMAGE( "tokyocopk", 0, SHA1(3805e41903719d8ed163f9879db65e71aba2e3e7) )
ROM_END
ROM_START(tokyocopi)
@ -116,7 +130,8 @@ ROM_START(tuningrc)
ROM_END
GAME( 2003, tokyocop, 0, gaelcopc, gaelcopc, driver_device, 0, ROT0, "Gaelco", "Tokyo Cop (US, kit version)", MACHINE_IS_SKELETON )
GAME( 2003, tokyocop, 0, gaelcopc, gaelcopc, driver_device, 0, ROT0, "Gaelco", "Tokyo Cop (US, dedicated version)", MACHINE_IS_SKELETON )
GAME( 2003, tokyocopk, tokyocop, gaelcopc, gaelcopc, driver_device, 0, ROT0, "Gaelco", "Tokyo Cop (US, kit version)", MACHINE_IS_SKELETON )
GAME( 2003, tokyocopi, tokyocop, gaelcopc, gaelcopc, driver_device, 0, ROT0, "Gaelco", "Tokyo Cop (Italy)", MACHINE_IS_SKELETON )
GAME( 2004, rriders, 0, gaelcopc, gaelcopc, driver_device, 0, ROT0, "Gaelco", "Ring Riders (Software version v2.2)", MACHINE_IS_SKELETON )
GAME( 2005, tuningrc, 0, gaelcopc, gaelcopc, driver_device, 0, ROT0, "Gaelco", "Gaelco Championship Tuning Race", MACHINE_IS_SKELETON )

View File

@ -12756,6 +12756,7 @@ surfplnt40 // (c) 1997 - Ref 970514
rriders //
tokyocop // (c) 2003 (Arcade TV Game List - P.168, Right, 19 from bottom)
tokyocopi //
tokyocopk //
tuningrc //
@source:gaiden.cpp