mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
bus/msx/ctrl, bus/sms_ctrl: Use AD Stick Z type for XE-1AP throttle.
This commit is contained in:
parent
e29411b293
commit
2b18382c8d
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user