summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-01-23 16:41:34 +0100
committer hap <happppp@users.noreply.github.com>2021-01-23 16:41:34 +0100
commit6646e19ebb43788bc4aa41f37b36eae6eee53544 (patch)
tree455e5945dc1febe910db999531726d4b6bf30b05
parent098fea5f56719297cce4579510cf38d0198d2372 (diff)
buggychl: decrease steering wheel sensitivity
-rw-r--r--src/mame/drivers/buggychl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/buggychl.cpp b/src/mame/drivers/buggychl.cpp
index b398cd4e4c9..fb94fd73eab 100644
--- a/src/mame/drivers/buggychl.cpp
+++ b/src/mame/drivers/buggychl.cpp
@@ -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