mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
gdfs: X-axis gun inputs still need to be inverted (nw)
This commit is contained in:
parent
d389a0d327
commit
088574904c
@ -1335,13 +1335,13 @@ static INPUT_PORTS_START( gdfs )
|
||||
PORT_DIPSETTING( 0x0000, "Heavy" )
|
||||
|
||||
PORT_START("GUNX1") // IN5 - $540000(0)
|
||||
PORT_BIT( 0xff, 0x80, IPT_LIGHTGUN_X ) PORT_SENSITIVITY(35) PORT_KEYDELTA(10) PORT_PLAYER(1)
|
||||
PORT_BIT( 0xff, 0x80, IPT_LIGHTGUN_X ) PORT_SENSITIVITY(35) PORT_KEYDELTA(10) PORT_PLAYER(1) PORT_INVERT
|
||||
|
||||
PORT_START("GUNY1") // IN6 - $540000(1)
|
||||
PORT_BIT( 0xff, 0x80, IPT_LIGHTGUN_Y ) PORT_SENSITIVITY(35) PORT_KEYDELTA(10) PORT_PLAYER(1)
|
||||
|
||||
PORT_START("GUNX2") // IN7 - $540000(2)
|
||||
PORT_BIT( 0xff, 0x80, IPT_LIGHTGUN_X ) PORT_SENSITIVITY(35) PORT_KEYDELTA(10) PORT_PLAYER(2)
|
||||
PORT_BIT( 0xff, 0x80, IPT_LIGHTGUN_X ) PORT_SENSITIVITY(35) PORT_KEYDELTA(10) PORT_PLAYER(2) PORT_INVERT
|
||||
|
||||
PORT_START("GUNY2") // IN8 - $540000(3)
|
||||
PORT_BIT( 0xff, 0x80, IPT_LIGHTGUN_Y ) PORT_SENSITIVITY(35) PORT_KEYDELTA(10) PORT_PLAYER(2)
|
||||
|
Loading…
Reference in New Issue
Block a user