mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
swa: Improve analog range for throttle. [R. Belmont]
This commit is contained in:
parent
e26ad29829
commit
61d5326f21
@ -1069,7 +1069,7 @@ static INPUT_PORTS_START( swa )
|
||||
PORT_BIT( 0xff, 0x7f, IPT_AD_STICK_Y ) PORT_MINMAX(27,227) PORT_SENSITIVITY(100) PORT_KEYDELTA(4) PORT_REVERSE
|
||||
|
||||
PORT_START("THROTTLE")
|
||||
PORT_BIT( 0xff, 0xe4, IPT_PEDAL ) PORT_MINMAX(28,228) PORT_SENSITIVITY(100) PORT_KEYDELTA(16) PORT_REVERSE
|
||||
PORT_BIT( 0xff, 0x7f, IPT_PEDAL ) PORT_MINMAX(28,200) PORT_SENSITIVITY(100) PORT_KEYDELTA(16) PORT_REVERSE
|
||||
|
||||
PORT_START("STICK2X")
|
||||
PORT_BIT( 0xff, 0x7f, IPT_AD_STICK_X ) PORT_MINMAX(27,227) PORT_SENSITIVITY(100) PORT_KEYDELTA(4) PORT_PLAYER(2) PORT_REVERSE
|
||||
|
Loading…
Reference in New Issue
Block a user