summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2020-06-02 20:18:27 -0400
committer Scott Stone <tafoid@gmail.com>2020-06-02 20:18:27 -0400
commit32dbdeaef27e22ac1b3602cab834b803121808c5 (patch)
tree022853e11a428028bf361eb8ffcda7e30a50dfc4 /src/mame/drivers
parent3b877270ae39aba6e6355ba6ab71d303d95577fb (diff)
Fixed MT#7671 (nw)
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/atarisy1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atarisy1.cpp b/src/mame/drivers/atarisy1.cpp
index 3ad06d3c230..3a866a84516 100644
--- a/src/mame/drivers/atarisy1.cpp
+++ b/src/mame/drivers/atarisy1.cpp
@@ -625,7 +625,7 @@ INPUT_PORTS_END
static INPUT_PORTS_START( roadblst )
PORT_START("IN0") // F20000
- PORT_BIT( 0xff, 0x00, IPT_DIAL ) PORT_SENSITIVITY(25) PORT_KEYDELTA(10) PORT_REVERSE
+ PORT_BIT( 0x7f, 0x00, IPT_AD_STICK_X ) PORT_SENSITIVITY(50) PORT_KEYDELTA(5) PORT_REVERSE
PORT_START("IN1") // F40000
PORT_BIT( 0xff, 0x00, IPT_PEDAL ) PORT_SENSITIVITY(100) PORT_KEYDELTA(64)