mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Correct Air Combat 22 control (#2340)
* Changed Air Combat 22 from Pedal to AD_STICK_Z
This commit is contained in:
parent
e220816ed1
commit
a13e62cfc1
@ -3381,7 +3381,7 @@ static INPUT_PORTS_START( airco22 )
|
||||
PORT_BIT( 0xff, 0x80, IPT_AD_STICK_Y ) PORT_SENSITIVITY(100) PORT_KEYDELTA(4)
|
||||
|
||||
PORT_START("ADC.2")
|
||||
PORT_BIT( 0xff, 0x00, IPT_PEDAL ) PORT_MINMAX(0x00, 0xff) PORT_SENSITIVITY(100) PORT_KEYDELTA(4)
|
||||
PORT_BIT( 0xff, 0x80, IPT_AD_STICK_Z ) PORT_MINMAX(0x00, 0xff) PORT_SENSITIVITY(100) PORT_KEYDELTA(4) PORT_REVERSE
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( cybrcycc )
|
||||
|
Loading…
Reference in New Issue
Block a user