mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Sonik Fighter (encrypted): Proper inputs WIP (bonus score and defaults).
This commit is contained in:
parent
7d630dff1d
commit
b9a39e4fda
@ -1463,9 +1463,9 @@ static INPUT_PORTS_START( sonikfig )
|
||||
PORT_DIPNAME( 0x20, 0x20, "Reels Speed" )
|
||||
PORT_DIPSETTING( 0x20, "Slow" )
|
||||
PORT_DIPSETTING( 0x00, "Fast" )
|
||||
PORT_DIPNAME( 0x40, 0x40, "Bonus Score" )
|
||||
PORT_DIPSETTING( 0x40, "32" )
|
||||
PORT_DIPSETTING( 0x00, "24" )
|
||||
PORT_DIPNAME( 0x40, 0x00, "Bonus Score" ) // OK
|
||||
PORT_DIPSETTING( 0x40, "32" ) // OK
|
||||
PORT_DIPSETTING( 0x00, "24" ) // OK
|
||||
PORT_DIPNAME( 0x80, 0x00, "Key Out" )
|
||||
PORT_DIPSETTING( 0x00, "x1" )
|
||||
PORT_DIPSETTING( 0x80, "x100" )
|
||||
|
Loading…
Reference in New Issue
Block a user