Sigma Poker: Fixed duplicated definition of Hold 2 button. Added the missing Hold 3 button.

This commit is contained in:
Roberto Fresca 2009-08-26 23:55:25 +00:00
parent 1b2f0fc326
commit fe91ae78f4

View File

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