mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01: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
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue