From a38471602c29a6fc69e7440a25cf052d0ec9e4f2 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Sat, 6 Aug 2016 18:55:28 -0400 Subject: [PATCH] Fixed MT#6343 for plottingu (credits DIPs for US region) (nw) --- src/mame/drivers/taito_l.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/taito_l.cpp b/src/mame/drivers/taito_l.cpp index c033a47b026..a3feb5c5e8f 100644 --- a/src/mame/drivers/taito_l.cpp +++ b/src/mame/drivers/taito_l.cpp @@ -1213,6 +1213,12 @@ static INPUT_PORTS_START( plotting ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2) INPUT_PORTS_END +static INPUT_PORTS_START( plottingu ) + PORT_INCLUDE(plotting) + PORT_MODIFY("DSWA") + TAITO_COINAGE_US_LOC(SW1) +INPUT_PORTS_END + static INPUT_PORTS_START( palamed ) PORT_START("DSWA") TAITO_MACHINE_NO_COCKTAIL_LOC(SW1) @@ -2595,7 +2601,7 @@ GAME( 1988, kurikinta, kurikint, kurikint, kurikinta, driver_device, 0, GAME( 1989, plotting, 0, plotting, plotting, driver_device, 0, ROT0, "Taito Corporation Japan", "Plotting (World set 1)", 0 ) GAME( 1989, plottinga, plotting, plotting, plotting, taitol_state, plottinga, ROT0, "Taito Corporation Japan", "Plotting (World set 2, protected)", 0 ) GAME( 1989, plottingb, plotting, plotting, plotting, driver_device, 0, ROT0, "Taito Corporation Japan", "Plotting (World set 3, earliest version)", 0 ) -GAME( 1989, plottingu, plotting, plotting, plotting, driver_device, 0, ROT0, "Taito America Corporation", "Plotting (US)", 0 ) +GAME( 1989, plottingu, plotting, plotting, plottingu, driver_device, 0, ROT0, "Taito America Corporation", "Plotting (US)", 0 ) GAME( 1989, flipull, plotting, plotting, plotting, driver_device, 0, ROT0, "Taito Corporation", "Flipull (Japan)", 0 ) GAME( 1989, puzznic, 0, puzznic, puzznic, driver_device, 0, ROT0, "Taito Corporation Japan", "Puzznic (World)", 0 )