tx1.cpp: adjusted analog steering [Guru]

This commit is contained in:
Ivan Vangelista 2020-05-08 19:23:22 +02:00
parent ff3e9b4ada
commit dc68c15249

View File

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