mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
buggychl: decrease steering wheel sensitivity
This commit is contained in:
parent
098fea5f56
commit
6646e19ebb
@ -423,7 +423,7 @@ static INPUT_PORTS_START( buggychl )
|
||||
PORT_BIT( 0xff, 0x00, IPT_PEDAL ) PORT_MINMAX(0x00, 0xff) PORT_NAME("P1 Pedal") PORT_SENSITIVITY(100) PORT_KEYDELTA(15) /* accelerator */
|
||||
|
||||
PORT_START("WHEEL") /* wheel */
|
||||
PORT_BIT( 0xff, 0x00, IPT_DIAL ) PORT_SENSITIVITY(30) PORT_KEYDELTA(15) PORT_REVERSE
|
||||
PORT_BIT( 0xff, 0x00, IPT_DIAL ) PORT_SENSITIVITY(10) PORT_KEYDELTA(10) PORT_REVERSE
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user