summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <robbbert@users.noreply.github.com>2012-12-16 12:30:24 +0000
committer Robbbert <robbbert@users.noreply.github.com>2012-12-16 12:30:24 +0000
commitff193f9a68bb9a1ec44f65fa4640901c7b8d9d09 (patch)
tree1346950edcfe2d6a3d62a6cea8b93960bd2e6f37
parent49e714879d03fb92626276771493130f673d2ff9 (diff)
rollingc : fixed cocktail mode
-rw-r--r--src/mame/drivers/8080bw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/drivers/8080bw.c b/src/mame/drivers/8080bw.c
index 6f95ede72b6..1b06bbee92d 100644
--- a/src/mame/drivers/8080bw.c
+++ b/src/mame/drivers/8080bw.c
@@ -1141,10 +1141,6 @@ static INPUT_PORTS_START( rollingc )
PORT_MODIFY("IN2")
PORT_DIPUNKNOWN_DIPLOC( 0x08, 0x00, "SW1:4" )
-
- /* Dummy port for cocktail mode (not used) */
- PORT_MODIFY(CABINET_PORT_TAG)
- PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNKNOWN )
INPUT_PORTS_END
static MACHINE_CONFIG_DERIVED_CLASS( rollingc, mw8080bw_root, _8080bw_state )