summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2011-11-06 15:30:51 +0000
committer Brian Troha <briantro@users.noreply.github.com>2011-11-06 15:30:51 +0000
commit5b26fc8db19fd40bf4dc1e82518764decc9a7ea9 (patch)
treed6b886bb1be790c33c7ea1557314a9694c0a6767 /src
parent221eb6675cffcadde874e3c9d0069a2ee5c6a3ee (diff)
taito_z.c: Remove old comment for Battle Shark joystick version as bits 2-5 are the joystick directions.
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/taito_z.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito_z.c b/src/mame/drivers/taito_z.c
index d1a001f817e..0a67d8d8fc9 100644
--- a/src/mame/drivers/taito_z.c
+++ b/src/mame/drivers/taito_z.c
@@ -2398,7 +2398,7 @@ static INPUT_PORTS_START( bsharkjjs )
PORT_START("IN1") /* unused */
PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNUSED )
- PORT_START("IN2") /* b2-5 affect sound num in service mode but otherwise useless (?) */
+ PORT_START("IN2")
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_START1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(1)