summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Phil Bennett <philipjbennett@users.noreply.github.com>2009-10-03 17:30:22 +0000
committer Phil Bennett <philipjbennett@users.noreply.github.com>2009-10-03 17:30:22 +0000
commitceb832bcbe7e82df8ad1b172637e85e37d0fc839 (patch)
tree3436b89e59b49bb736b2a6783d832980fa5a2a4c
parent0ad0ba66792a64fee3061192365283cd01d8ad0e (diff)
New clones added
---------------- Target Hits (ver 1.0) [Andrew Conroy]
-rw-r--r--src/mame/drivers/targeth.c25
-rw-r--r--src/mame/mamedriv.c1
2 files changed, 23 insertions, 3 deletions
diff --git a/src/mame/drivers/targeth.c b/src/mame/drivers/targeth.c
index 04c316ea480..7ddd7db0d0f 100644
--- a/src/mame/drivers/targeth.c
+++ b/src/mame/drivers/targeth.c
@@ -207,8 +207,8 @@ MACHINE_DRIVER_END
ROM_START( targeth )
ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 code */
- ROM_LOAD16_BYTE( "targeth.c23", 0x000000, 0x040000, CRC(840887d6) SHA1(9a36b346608d531a62a2e0704ea44f12e07f9d91) )
- ROM_LOAD16_BYTE( "targeth.c22", 0x000001, 0x040000, CRC(d2435eb8) SHA1(ce75a115dad8019c8e66a1c3b3e15f54781f65ae) )
+ ROM_LOAD16_BYTE( "targeth.c23", 0x000000, 0x040000, CRC(840887d6) SHA1(9a36b346608d531a62a2e0704ea44f12e07f9d91) )
+ ROM_LOAD16_BYTE( "targeth.c22", 0x000001, 0x040000, CRC(d2435eb8) SHA1(ce75a115dad8019c8e66a1c3b3e15f54781f65ae) )
ROM_REGION( 0x200000, "gfx1", 0 ) /* Graphics */
ROM_LOAD( "targeth.i13", 0x000000, 0x080000, CRC(b892be24) SHA1(9cccaaacf20e77c7358f0ceac60b8a1012f1216c) )
@@ -223,4 +223,23 @@ ROM_START( targeth )
ROM_LOAD( "targeth.c3", 0x0c0000, 0x080000, CRC(d4c771df) SHA1(7cc0a86ef6aa3d26ab8f19d198f62112bf012870) )
ROM_END
-GAME( 1994, targeth, 0, targeth,targeth, 0, ROT0, "Gaelco", "Target Hits", GAME_UNEMULATED_PROTECTION )
+ROM_START( targetha )
+ ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 code */
+ ROM_LOAD16_BYTE( "c23.bin", 0x000000, 0x040000, CRC(e38a54e2) SHA1(239bfa6f1c0fc8aa0ad7de9be237bef55b384007) )
+ ROM_LOAD16_BYTE( "c22.bin", 0x000001, 0x040000, CRC(24fe3efb) SHA1(8f48f08a6db28966c9263be119883c9179e349ed) )
+
+ ROM_REGION( 0x200000, "gfx1", 0 ) /* Graphics */
+ ROM_LOAD( "targeth.i13", 0x000000, 0x080000, CRC(b892be24) SHA1(9cccaaacf20e77c7358f0ceac60b8a1012f1216c) )
+ ROM_LOAD( "targeth.i11", 0x080000, 0x080000, CRC(6797faf9) SHA1(112cffe72f91cb46c262e19a47b0cab3237dd60f) )
+ ROM_LOAD( "targeth.i9", 0x100000, 0x080000, CRC(0e922c1c) SHA1(6920e345c82e76f7e0af6101f39eb65ac1f112b9) )
+ ROM_LOAD( "targeth.i7", 0x180000, 0x080000, CRC(d8b41000) SHA1(cbe91eb91bdc7a60b2333c6bea37d08a57902669) )
+
+ ROM_REGION( 0x140000, "oki", 0 ) /* ADPCM samples - sound chip is OKIM6295 */
+ ROM_LOAD( "targeth.c1", 0x000000, 0x080000, CRC(d6c9dfbc) SHA1(3ec70dea94fc89df933074012a52de6034571e87) )
+ /* 0x00000-0x2ffff is fixed, 0x30000-0x3ffff is bank switched from all the ROMs */
+ ROM_RELOAD( 0x040000, 0x080000 )
+ ROM_LOAD( "targeth.c3", 0x0c0000, 0x080000, CRC(d4c771df) SHA1(7cc0a86ef6aa3d26ab8f19d198f62112bf012870) )
+ROM_END
+
+GAME( 1994, targeth, 0, targeth, targeth, 0, ROT0, "Gaelco", "Target Hits (ver 1.1)", GAME_UNEMULATED_PROTECTION )
+GAME( 1994, targetha, targeth, targeth, targeth, 0, ROT0, "Gaelco", "Target Hits (ver 1.0)", GAME_UNEMULATED_PROTECTION )
diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c
index 530afb6bdad..2ea4ac04ecb 100644
--- a/src/mame/mamedriv.c
+++ b/src/mame/mamedriv.c
@@ -7389,6 +7389,7 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11
DRIVER( glass10 ) /* (c) 1993 - Ref 931021 */
DRIVER( glassbrk ) /* (c) 1993 - Ref 931021 shows "Break Edition" on a real PCB */
DRIVER( targeth ) /* (c) 1994 - Ref 940531 */
+ DRIVER( targetha ) /* (c) 1994 - Ref 940531 */
DRIVER( thoop2 ) /* (c) 1994 - Ref ??? */
DRIVER( aligator ) /* (c) 1994 - Ref 940411 */
DRIVER( aligatorun ) /* (c) 1994 - Ref 940411 (unprotected) */