mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
01714: ssfindo: Player 2 Start mapped twice.
This commit is contained in:
parent
75ad1fa1e7
commit
6441dc4dd7
@ -532,7 +532,7 @@ static INPUT_PORTS_START( ssfindo )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_VBLANK )
|
||||
|
||||
PORT_START_TAG("IN 0")
|
||||
PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_START2 )//?
|
||||
PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_UNUSED ) // IPT_START2 ??
|
||||
PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1)
|
||||
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY PORT_PLAYER(1)
|
||||
PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_8WAY PORT_PLAYER(1)
|
||||
|
Loading…
Reference in New Issue
Block a user