mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +03:00
Fixed MT#6343 for plottingu (credits DIPs for US region) (nw)
This commit is contained in:
parent
e45eb61874
commit
a38471602c
@ -1213,6 +1213,12 @@ static INPUT_PORTS_START( plotting )
|
|||||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2)
|
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2)
|
||||||
INPUT_PORTS_END
|
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 )
|
static INPUT_PORTS_START( palamed )
|
||||||
PORT_START("DSWA")
|
PORT_START("DSWA")
|
||||||
TAITO_MACHINE_NO_COCKTAIL_LOC(SW1)
|
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, 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, 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, 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, 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 )
|
GAME( 1989, puzznic, 0, puzznic, puzznic, driver_device, 0, ROT0, "Taito Corporation Japan", "Puzznic (World)", 0 )
|
||||||
|
Loading…
Reference in New Issue
Block a user