summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2008-06-24 22:08:53 +0000
committer Couriersud <couriersud@users.noreply.github.com>2008-06-24 22:08:53 +0000
commitaea74472f080ee70b4808bceed30fc15d19503f6 (patch)
tree5b93dcc17c5526b7f58f1c515c4324fd65e9236d
parentc4f9422fb5212f4c68ce162b224868d80c57d520 (diff)
01712: exerizrb, skyfox: Coin 1 mapped twice.
-rw-r--r--src/mame/drivers/skyfox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/skyfox.c b/src/mame/drivers/skyfox.c
index 788ade61383..dde2bfe88a2 100644
--- a/src/mame/drivers/skyfox.c
+++ b/src/mame/drivers/skyfox.c
@@ -152,7 +152,7 @@ static INPUT_PORTS_START( skyfox )
PORT_START_TAG("IN2") // Coins, DSW + Vblank
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_VBLANK )
- PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN1 )
+ PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNUSED ) // was IPT_COIN1, but does not trigger coin
PORT_DIPNAME( 0x0c, 0x00, DEF_STR( Coinage ) )
PORT_DIPSETTING( 0x00, "1 Coin/1 Credit 2C/1C" ) // coin A & B
PORT_DIPSETTING( 0x04, "1 Coin/2 Credits 3C/1C" )