summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2012-02-17 20:29:14 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2012-02-17 20:29:14 +0000
commit4126c9f0e03a1bab96b5f045cd409f95213afad1 (patch)
treefda7b2690871e22026e400907eec3ede7b31da10
parent633f8e497fce266a32ae66c3b6e9c3fd80eabe57 (diff)
Fixed MT#04685: yosakdon, yosakdona: Unable to control players
-rw-r--r--src/mame/drivers/8080bw.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mame/drivers/8080bw.c b/src/mame/drivers/8080bw.c
index fd699f24cee..2a68785a0aa 100644
--- a/src/mame/drivers/8080bw.c
+++ b/src/mame/drivers/8080bw.c
@@ -1624,7 +1624,7 @@ static INPUT_PORTS_START( yosakdon )
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_START2 )
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_START1 )
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_UNKNOWN )
- //PORT_BIT( 0x70, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(invaders_in1_control_r, NULL)
+ PORT_BIT( 0x70, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(invaders_in1_control_r, NULL)
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNUSED )
PORT_START("IN1")
@@ -1645,9 +1645,6 @@ static INPUT_PORTS_START( yosakdon )
/* Dummy controls port, P1 */
INVADERS_CONTROL_PORT_P1
- /* Dummy controls port, P2 */
- INVADERS_CONTROL_PORT_P2
-
/* Dummy port for cocktail mode (not used) */
PORT_START(CABINET_PORT_TAG)
PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNKNOWN )