01712: exerizrb, skyfox: Coin 1 mapped twice.

This commit is contained in:
Couriersud 2008-06-24 22:08:53 +00:00
parent c4f9422fb5
commit aea74472f0

View File

@ -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" )