mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
copy paste error caused -valid to fail.
This commit is contained in:
parent
03338988cd
commit
49b3ee9254
@ -1249,10 +1249,10 @@ protected:
|
||||
static INPUT_PORTS_START(namco_csz1)
|
||||
PORT_INCLUDE(namco_tssio)
|
||||
|
||||
PORT_MODIFY("JVS_SCREEN_POSITION_INPUT_X1")
|
||||
PORT_MODIFY("SCREEN_POSITION_INPUT_X1")
|
||||
PORT_BIT(0xfff, 0x1bf, IPT_LIGHTGUN_X) PORT_CROSSHAIR(X, 1.0, 0.0, 0) PORT_MINMAX(0x040, 0x33f) PORT_SENSITIVITY(100) PORT_KEYDELTA(12)
|
||||
|
||||
PORT_MODIFY("JVS_SCREEN_POSITION_INPUT_Y1")
|
||||
PORT_MODIFY("SCREEN_POSITION_INPUT_Y1")
|
||||
PORT_BIT(0xfff, 0x08f, IPT_LIGHTGUN_Y) PORT_CROSSHAIR(Y, 1.0, 0.0, 0) PORT_MINMAX(0x020, 0x0ff) PORT_SENSITIVITY(100) PORT_KEYDELTA(4)
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user