From e300351112cf21a313e47a8e949a2761c9e41d18 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Sat, 10 Oct 2009 16:40:37 +0000 Subject: Give Go for the Gold it's own inputs so it can have correct coinage ;-) --- src/mame/drivers/taito_h.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/taito_h.c b/src/mame/drivers/taito_h.c index 198875bb3ea..a969e209924 100644 --- a/src/mame/drivers/taito_h.c +++ b/src/mame/drivers/taito_h.c @@ -422,6 +422,14 @@ static INPUT_PORTS_START( recordbr ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) /* IPT_BUTTON4 (PL2) in service mode */ INPUT_PORTS_END + +static INPUT_PORTS_START( gogold ) + PORT_INCLUDE(recordbr) + + PORT_MODIFY("DSWA") + TAITO_COINAGE_JAPAN_OLD +INPUT_PORTS_END + static INPUT_PORTS_START( dleague ) /* 0x200000 -> 0x100526.b ($526,A5) */ PORT_START("DSWA") @@ -791,5 +799,5 @@ ROM_END /* ( YEAR NAME PARENT MACHINE INPUT INIT MONITOR COMPANY FULLNAME */ GAME( 1988, syvalion, 0, syvalion, syvalion, 0, ROT0, "Taito Corporation", "Syvalion (Japan)", 0 ) GAME( 1988, recordbr, 0, recordbr, recordbr, 0, ROT0, "Taito Corporation Japan", "Recordbreaker (World)", 0 ) -GAME( 1988, gogold, recordbr, recordbr, recordbr, 0, ROT0, "Taito Corporation", "Go For The Gold (Japan)", 0 ) +GAME( 1988, gogold, recordbr, recordbr, gogold, 0, ROT0, "Taito Corporation", "Go For The Gold (Japan)", 0 ) GAME( 1990, dleague, 0, dleague, dleague, 0, ROT0, "Taito Corporation", "Dynamite League (Japan)", 0 ) -- cgit v1.2.3