mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
01712: exerizrb, skyfox: Coin 1 mapped twice.
This commit is contained in:
parent
c4f9422fb5
commit
aea74472f0
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user