mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
Added missing support of normal joystick for player 2 in 'gwarb'.
This commit is contained in:
parent
fc54f63a09
commit
e348c244aa
@ -2910,6 +2910,9 @@ static INPUT_PORTS_START( gwarb )
|
||||
PORT_MODIFY("IN1")
|
||||
PORT_BIT( 0xf0, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(gwarb_rotary, (void*)0)
|
||||
|
||||
PORT_MODIFY("IN2")
|
||||
PORT_BIT( 0xf0, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(gwarb_rotary, (void*)1)
|
||||
|
||||
PORT_START("JOYSTICK_MODE")
|
||||
PORT_CONFNAME( 0x01, 0x00, "Joystick mode" )
|
||||
PORT_CONFSETTING( 0x00, "Normal Joystick" )
|
||||
|
Loading…
Reference in New Issue
Block a user