mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
Sonik Fighter (encrypted): Proper inputs WIP (Minimum Bet and default value).
This commit is contained in:
parent
d2103fe5e3
commit
e4b22b8c9a
@ -1512,11 +1512,11 @@ static INPUT_PORTS_START( sonikfig )
|
||||
PORT_DIPNAME( 0x20, 0x20, "Max Bonus" ) // OK
|
||||
PORT_DIPSETTING( 0x20, "10000" ) // OK
|
||||
PORT_DIPSETTING( 0x00, "20000" ) // OK
|
||||
PORT_DIPNAME( 0xc0, 0xc0, "Minimum Bet" )
|
||||
PORT_DIPSETTING( 0xc0, "0" )
|
||||
PORT_DIPSETTING( 0x80, "8" )
|
||||
PORT_DIPSETTING( 0x40, "16" )
|
||||
PORT_DIPSETTING( 0x00, "32" )
|
||||
PORT_DIPNAME( 0xc0, 0xc0, "Minimum Bet" ) // OK
|
||||
PORT_DIPSETTING( 0xc0, "0" ) // OK
|
||||
PORT_DIPSETTING( 0x80, "8" ) // OK
|
||||
PORT_DIPSETTING( 0x40, "16" ) // OK
|
||||
PORT_DIPSETTING( 0x00, "32" ) // OK
|
||||
|
||||
PORT_START("DSW4") /* AY8910 port B */
|
||||
PORT_DIPNAME( 0x07, 0x07, "Remote Credits" )
|
||||
|
Loading…
Reference in New Issue
Block a user