mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Sonik Fighter (encrypted): Proper inputs WIP (payout and default value).
This commit is contained in:
parent
77ae10f12c
commit
95e45f7aa7
@ -1466,9 +1466,9 @@ static INPUT_PORTS_START( sonikfig )
|
||||
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" )
|
||||
PORT_DIPNAME( 0x80, 0x00, "Payout" ) // OK
|
||||
PORT_DIPSETTING( 0x00, "x1" ) // OK
|
||||
PORT_DIPSETTING( 0x80, "x100" ) // OK
|
||||
|
||||
PORT_START("DSW2") /* $10 (PPI1 port A) */
|
||||
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) )
|
||||
|
Loading…
Reference in New Issue
Block a user