mirror of
https://github.com/holub/mame
synced 2025-05-20 04:39:11 +03:00
New clones added
---------------- Target Hits (ver 1.0) [Andrew Conroy]
This commit is contained in:
parent
0ad0ba6679
commit
ceb832bcbe
@ -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 )
|
||||
|
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user