Skip to content

Commit 5ab27da

Browse files
committed
taito/taito_z.cpp: remove non-existant dial input from aquajack
1 parent 0b13b7e commit 5ab27da

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/mame/taito/taito_z.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2711,6 +2711,10 @@ static INPUT_PORTS_START( nghtstru )
27112711
TAITO_COINAGE_US_LOC(SW A)
27122712
INPUT_PORTS_END
27132713

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.
27142718
static INPUT_PORTS_START( aquajack )
27152719
PORT_START("DSWA")
27162720
PORT_DIPNAME( 0x80, 0x00, DEF_STR( Cabinet ) ) PORT_DIPLOCATION("SW A:1")
@@ -2778,8 +2782,8 @@ static INPUT_PORTS_START( aquajack )
27782782
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1)
27792783
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
27802784

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 )
27832787
INPUT_PORTS_END
27842788

27852789
static INPUT_PORTS_START( aquajckj )

0 commit comments

Comments
 (0)