mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
new not working clones
--------------------------------------- Chicago Cubs' Triple Play (German) [PinMAME]
This commit is contained in:
parent
beab34006a
commit
139691446d
@ -836,6 +836,17 @@ ROM_START(triplaya)
|
||||
ROM_LOAD("696-s.snd", 0x0800, 0x0800, CRC(deedea61) SHA1(6aec221397f250d5dd99faefa313e8028c8818f7))
|
||||
ROM_END
|
||||
|
||||
ROM_START(triplayg)
|
||||
ROM_REGION(0x10000, "maincpu", 0)
|
||||
ROM_LOAD("prom1g.cpu", 0x2000, 0x2000, CRC(5e2bf7a9) SHA1(fdbec615b22416bb4b2e712d47c54c945d849252))
|
||||
ROM_RELOAD(0x6000, 0x2000)
|
||||
ROM_RELOAD(0xa000, 0x2000)
|
||||
ROM_RELOAD(0xe000, 0x2000)
|
||||
|
||||
ROM_REGION(0x1000, "r0sound:audiocpu", 0)
|
||||
ROM_LOAD("696-s.snd", 0x0800, 0x0800, CRC(deedea61) SHA1(6aec221397f250d5dd99faefa313e8028c8818f7))
|
||||
ROM_END
|
||||
|
||||
/*-------------------------------------------------------------------
|
||||
/ Diamond Lady (#711)
|
||||
/-------------------------------------------------------------------*/
|
||||
@ -1798,6 +1809,7 @@ GAME(1985, bountyh, 0, gts80b_s, gts80b, gts80b_state, init_gts80b, RO
|
||||
GAME(1985, bountyhg, bountyh, gts80b_s, gts80b, gts80b_state, init_gts80b, ROT0, "Gottlieb", "Bounty Hunter (German)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1985, triplay, 0, gts80b_s, gts80b, gts80b_state, init_gts80b, ROT0, "Gottlieb", "Chicago Cubs' Triple Play", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1985, triplaya, triplay, gts80b_s, gts80b, gts80b_state, init_gts80b, ROT0, "Gottlieb", "Chicago Cubs' Triple Play (alternate set)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1985, triplayg, triplay, gts80b_s, gts80b, gts80b_state, init_gts80b, ROT0, "Gottlieb", "Chicago Cubs' Triple Play (German)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1985, rock, 0, gts80b_s1, gts80b, gts80b_state, init_gts80b, ROT0, "Gottlieb", "Rock", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1985, rockg, rock, gts80b_s1, gts80b, gts80b_state, init_gts80b, ROT0, "Gottlieb", "Rock (German)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1985, tagteamp, 0, gts80b_s, gts80b, gts80b_state, init_gts80b, ROT0, "Gottlieb", "Tag-Team Wrestling", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
|
@ -15192,6 +15192,7 @@ tagteampg //
|
||||
topsound //
|
||||
triplay //
|
||||
triplaya //
|
||||
triplayg //
|
||||
txsector //
|
||||
txsectorf //
|
||||
txsectorg //
|
||||
|
Loading…
Reference in New Issue
Block a user