taito_z.c: Remove old comment for Battle Shark joystick version as bits 2-5 are the joystick directions.

This commit is contained in:
Brian Troha 2011-11-06 15:30:51 +00:00
parent 221eb6675c
commit 5b26fc8db1

View File

@ -2398,7 +2398,7 @@ static INPUT_PORTS_START( bsharkjjs )
PORT_START("IN1") /* unused */
PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("IN2") /* b2-5 affect sound num in service mode but otherwise useless (?) */
PORT_START("IN2")
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_START1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(1)