mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
taito_z.c: Remove old comment for Battle Shark joystick version as bits 2-5 are the joystick directions.
This commit is contained in:
parent
221eb6675c
commit
5b26fc8db1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user