From a0ab265c940e466882f0d8d4ab415ce4105d8902 Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 23 Jan 2021 17:32:54 +0100 Subject: getaway: change steering controller type 'ad stick' to paddle --- src/mame/drivers/getaway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mame/drivers/getaway.cpp b/src/mame/drivers/getaway.cpp index 58d8df94269..09a27a44ef2 100644 --- a/src/mame/drivers/getaway.cpp +++ b/src/mame/drivers/getaway.cpp @@ -350,7 +350,7 @@ static INPUT_PORTS_START( getaway ) PORT_BIT( 0xff, 0x00, IPT_CUSTOM ) PORT_CUSTOM_MEMBER(getaway_state, read_wheel) PORT_START("WHEEL") - PORT_BIT( 0xff, 0x08, IPT_AD_STICK_X ) PORT_MINMAX(0x00, 0x10) PORT_SENSITIVITY(5) PORT_KEYDELTA(15) + PORT_BIT( 0xff, 0x08, IPT_PADDLE ) PORT_MINMAX(0x00, 0x10) PORT_SENSITIVITY(5) PORT_KEYDELTA(15) PORT_START("DSW.0") // DTS-8 dipswitch @ location k6 // TODO: defaults for these two, assume they have different quotas? -- cgit v1.2.3