File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2711,6 +2711,10 @@ static INPUT_PORTS_START( nghtstru )
2711
2711
TAITO_COINAGE_US_LOC(SW A)
2712
2712
INPUT_PORTS_END
2713
2713
2714
+ // default all off but Cabinet: Upright according to Jp manual.
2715
+ // jp manual also shows a Yoke-like analog test mode, and demo sounds with reversed meaning,
2716
+ // (off position -> with sounds), undumped revision?
2717
+ // NOTE: setting to Cockpit dip doesn't seem to do anything compared to Upright.
2714
2718
static INPUT_PORTS_START( aquajack )
2715
2719
PORT_START(" DSWA" )
2716
2720
PORT_DIPNAME( 0x80 , 0x00 , DEF_STR( Cabinet ) ) PORT_DIPLOCATION(" SW A:1" )
@@ -2778,8 +2782,8 @@ static INPUT_PORTS_START( aquajack )
2778
2782
PORT_BIT( 0x40 , IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1 )
2779
2783
PORT_BIT( 0x80 , IP_ACTIVE_LOW, IPT_UNKNOWN )
2780
2784
2781
- PORT_START(" IN2" ) /* what is it ??? */
2782
- PORT_BIT( 0xff , 0x00 , IPT_DIAL ) PORT_SENSITIVITY( 50 ) PORT_KEYDELTA( 10 ) PORT_PLAYER( 1 )
2785
+ PORT_START(" IN2" )
2786
+ PORT_BIT( 0xff , IP_ACTIVE_LOW, IPT_UNKNOWN )
2783
2787
INPUT_PORTS_END
2784
2788
2785
2789
static INPUT_PORTS_START( aquajckj )
You can’t perform that action at this time.
0 commit comments