mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
Correct Landing Gear control [sjy96525] (#2842)
* Correct Landing Gear control [sjy96525] Changed Landing Gear from Pedal to AD_STICK_Z. * Everything Else. * Another (nw)
This commit is contained in:
parent
086d08482f
commit
25f66968c3
@ -969,7 +969,7 @@ static INPUT_PORTS_START( landgear )
|
||||
PORT_BIT( 0xff, 0x80, IPT_AD_STICK_Y ) PORT_MINMAX(0x00, 0xff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5)
|
||||
|
||||
PORT_START("AN.2") // Throttle
|
||||
PORT_BIT( 0xff, 0x00, IPT_PEDAL ) PORT_MINMAX(0x00, 0xff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5) PORT_REVERSE
|
||||
PORT_BIT( 0xff, 0x80, IPT_AD_STICK_Z ) PORT_MINMAX(0x00, 0xff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5) PORT_CENTERDELTA(0) PORT_REVERSE
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( sidebs )
|
||||
|
Loading…
Reference in New Issue
Block a user