mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Sigma Poker: Fixed duplicated definition of Hold 2 button. Added the missing Hold 3 button.
This commit is contained in:
parent
1b2f0fc326
commit
fe91ae78f4
@ -876,7 +876,7 @@ static INPUT_PORTS_START( sigmapkr )
|
||||
PORT_DIPNAME( 0x08, 0x08, "Rate Table SW1" ) PORT_DIPLOCATION("SW1:3") /* DSW3 (should be arranged with DSW4) */
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_POKER_HOLD2 )
|
||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_POKER_HOLD3 )
|
||||
|
||||
PORT_START("IN6")
|
||||
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) )
|
||||
|
Loading…
Reference in New Issue
Block a user