summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-04-23 16:29:12 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-04-23 16:29:12 +0000
commit902b6e715ae096123b90d174311b0b0655e5d8fb (patch)
treecc8ef9465fdef1e0e48076900e5f5e5da7084607
parent06fe09e29be290d8cd1fded8ad0c1748d597276d (diff)
Fixed dsw activeness (needed by Kozure Ookami, presumably as a debug feature)
-rw-r--r--src/mame/drivers/armedf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/armedf.c b/src/mame/drivers/armedf.c
index 068ff389c14..fb5cdb093c3 100644
--- a/src/mame/drivers/armedf.c
+++ b/src/mame/drivers/armedf.c
@@ -530,6 +530,7 @@ static INPUT_PORTS_START( armedf )
PORT_DIPSETTING( 0x80, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x40, DEF_STR( Hard ) )
PORT_DIPSETTING( 0x00, DEF_STR( Hardest ) )
+ PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_START("DSW2")
PORT_DIPNAME( 0x03, 0x03, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SW2:1,2")
@@ -551,6 +552,7 @@ static INPUT_PORTS_START( armedf )
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPUNUSED_DIPLOC( 0x80, 0x80, "SW2:8" )
+ PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNKNOWN )
INPUT_PORTS_END
static INPUT_PORTS_START( legion )