Correct Air Combat 22 control (#2340)

* Changed Air Combat 22 from Pedal to AD_STICK_Z
This commit is contained in:
sjy96525 2017-05-30 10:48:44 +08:00 committed by Vas Crabb
parent e220816ed1
commit a13e62cfc1

View File

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