From 683950f25ec4be4ce5fdfec9a1fd3d696da3088e Mon Sep 17 00:00:00 2001 From: Robbbert Date: Thu, 11 May 2017 00:20:26 +1000 Subject: [PATCH] (nw) Fixed validation warning. --- src/mame/drivers/stv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/stv.cpp b/src/mame/drivers/stv.cpp index 4b7fdc94020..27f7da3bd64 100644 --- a/src/mame/drivers/stv.cpp +++ b/src/mame/drivers/stv.cpp @@ -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 */