01714: ssfindo: Player 2 Start mapped twice.

This commit is contained in:
Couriersud 2008-06-21 22:28:32 +00:00
parent 75ad1fa1e7
commit 6441dc4dd7

View File

@ -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)