mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
(nw) Fixed validation warning.
This commit is contained in:
parent
e103368214
commit
683950f25e
@ -1341,7 +1341,7 @@ static INPUT_PORTS_START( critcrsh )
|
||||
PORT_BIT( 0x3f, 0x00, IPT_LIGHTGUN_X ) PORT_CROSSHAIR(X, 1.0, 0.0, 0) PORT_MINMAX(0,0x3f) PORT_SENSITIVITY(50) PORT_KEYDELTA(1) PORT_PLAYER(1)
|
||||
|
||||
PORT_START("LIGHTY")
|
||||
PORT_BIT( 0x3f, 0x00, IPT_LIGHTGUN_Y ) PORT_CROSSHAIR(Y, 1.0, 0.0, 0) PORT_MINMAX(0x2,0x2e) PORT_SENSITIVITY(50) PORT_KEYDELTA(1) PORT_PLAYER(1)
|
||||
PORT_BIT( 0x3f, 0x02, IPT_LIGHTGUN_Y ) PORT_CROSSHAIR(Y, 1.0, 0.0, 0) PORT_MINMAX(0x2,0x2e) PORT_SENSITIVITY(50) PORT_KEYDELTA(1) PORT_PLAYER(1)
|
||||
INPUT_PORTS_END
|
||||
|
||||
/* Same as the regular one, but with an additional & optional mahjong panel */
|
||||
|
Loading…
Reference in New Issue
Block a user