summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-11-05 02:33:35 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2019-11-05 02:33:35 +1100
commitf3c0972c201e67b89dfa8691e06c01e3567d2429 (patch)
tree0c08c66216933b72177d6368556e6fa0f1fa7329
parentaeaaeeb457b763d3b5ac2c93441af449230c0f96 (diff)
jspecter : fixed selection of game B; seems it hadn't worked since 0.139
-rw-r--r--src/mame/drivers/8080bw.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/8080bw.cpp b/src/mame/drivers/8080bw.cpp
index 83e290a697f..4b1d80ed3a3 100644
--- a/src/mame/drivers/8080bw.cpp
+++ b/src/mame/drivers/8080bw.cpp
@@ -2159,6 +2159,9 @@ INPUT_PORTS_END
static INPUT_PORTS_START( jspecter )
PORT_INCLUDE( sicv )
+ PORT_MODIFY("IN1")
+ // Hold right when starting game to play game B
+ PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_2WAY PORT_PLAYER(1)
PORT_MODIFY("IN2")
PORT_DIPUNKNOWN_DIPLOC( 0x04, 0x00, "SW1:3" )
INPUT_PORTS_END