From 0eebf8c69c5401b9fa74bb0c3453e2f5d92294e8 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 6 Apr 2017 19:21:33 +0200 Subject: New not working clone --------------------------- Tokyo Cop (US, dedicated version) [Mark F., Smitdogg, The Dumping Union] --- src/mame/drivers/gaelcopc.cpp | 19 +++++++++++++++++-- src/mame/mame.lst | 1 + 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/gaelcopc.cpp b/src/mame/drivers/gaelcopc.cpp index ad21f62726d..e71d64226c6 100644 --- a/src/mame/drivers/gaelcopc.cpp +++ b/src/mame/drivers/gaelcopc.cpp @@ -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 ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 2c43a81b7be..cf7fed2f21e 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -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 -- cgit v1.2.3