bus/msx/ctrl, bus/sms_ctrl: Use AD Stick Z type for XE-1AP throttle.

This commit is contained in:
Vas Crabb 2022-12-20 11:57:51 +11:00
parent e29411b293
commit 2b18382c8d
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ INPUT_PORTS_START(xe1ap)
PORT_BIT(0xff, 0x80, IPT_AD_STICK_X) PORT_SENSITIVITY(50) PORT_KEYDELTA(50)
PORT_START("CH2")
PORT_BIT(0xff, 0x80, IPT_PADDLE_V) PORT_SENSITIVITY(50) PORT_KEYDELTA(50)
PORT_BIT(0xff, 0x80, IPT_AD_STICK_Z) PORT_SENSITIVITY(50) PORT_KEYDELTA(50) PORT_NAME("%p Throttle")
PORT_START("CH3")
PORT_BIT(0xff, 0x00, IPT_UNUSED)

View file

@ -35,7 +35,7 @@ INPUT_PORTS_START( sms_xe1ap )
PORT_BIT(0xff, 0x80, IPT_AD_STICK_X) PORT_SENSITIVITY(50) PORT_KEYDELTA(50)
PORT_START("CH2")
PORT_BIT(0xff, 0x80, IPT_PADDLE_V) PORT_SENSITIVITY(50) PORT_KEYDELTA(50)
PORT_BIT(0xff, 0x80, IPT_AD_STICK_Z) PORT_SENSITIVITY(50) PORT_KEYDELTA(50) PORT_NAME("%p Throttle")
PORT_START("CH3")
PORT_BIT(0xff, 0x00, IPT_UNUSED)