mirror of
https://github.com/holub/mame
synced 2025-07-08 11:21:56 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
83cf15e735
@ -544,12 +544,6 @@ static INPUT_PORTS_START( mv4in1 )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_POKER_HOLD3 )
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_POKER_HOLD4 )
|
||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_POKER_HOLD5 )
|
||||
PORT_START("IN0")
|
||||
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_POKER_HOLD1 )
|
||||
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_POKER_HOLD2 )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_POKER_HOLD3 )
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_POKER_HOLD4 )
|
||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_POKER_HOLD5 )
|
||||
|
||||
PORT_DIPNAME( 0x20, 0x00, "Enable Dice" ) // must be off to enter service
|
||||
PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
|
||||
|
Loading…
Reference in New Issue
Block a user