mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
tx1.cpp: adjusted analog steering [Guru]
This commit is contained in:
parent
ff3e9b4ada
commit
dc68c15249
@ -481,7 +481,7 @@ INPUT_PORTS_START( tx1_inputs )
|
||||
PORT_DIPSETTING( 0xe000, "No Bonus" )
|
||||
|
||||
PORT_START("AN_STEERING")
|
||||
PORT_BIT( 0x0f, 0x00, IPT_DIAL ) PORT_SENSITIVITY(25) PORT_KEYDELTA(10)
|
||||
PORT_BIT( 0xff, 0x00, IPT_DIAL ) PORT_SENSITIVITY(20) PORT_KEYDELTA(6)
|
||||
|
||||
PORT_START("AN_ACCELERATOR")
|
||||
PORT_BIT( 0x1f, 0x00, IPT_PEDAL ) PORT_MINMAX(0x00,0x1f) PORT_SENSITIVITY(25) PORT_KEYDELTA(10)
|
||||
|
Loading…
Reference in New Issue
Block a user