mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Sonik Fighter (encrypted): Proper inputs WIP (reels speed and default value).
This commit is contained in:
parent
b9a39e4fda
commit
77ae10f12c
@ -1460,9 +1460,9 @@ static INPUT_PORTS_START( sonikfig )
|
||||
PORT_DIPSETTING( 0x04, "80%" ) // OK
|
||||
PORT_DIPSETTING( 0x02, "85%" ) // OK
|
||||
PORT_DIPSETTING( 0x00, "90%" ) // OK
|
||||
PORT_DIPNAME( 0x20, 0x20, "Reels Speed" )
|
||||
PORT_DIPSETTING( 0x20, "Slow" )
|
||||
PORT_DIPSETTING( 0x00, "Fast" )
|
||||
PORT_DIPNAME( 0x20, 0x00, "Reels Speed" ) // OK
|
||||
PORT_DIPSETTING( 0x20, "Low" ) // OK
|
||||
PORT_DIPSETTING( 0x00, "Hi" ) // OK
|
||||
PORT_DIPNAME( 0x40, 0x00, "Bonus Score" ) // OK
|
||||
PORT_DIPSETTING( 0x40, "32" ) // OK
|
||||
PORT_DIPSETTING( 0x00, "24" ) // OK
|
||||
|
Loading…
Reference in New Issue
Block a user