Sonik Fighter (encrypted): Proper inputs WIP (bonus score and defaults).

This commit is contained in:
RobertoFresca 2016-05-01 23:50:56 -03:00
parent 7d630dff1d
commit b9a39e4fda

View File

@ -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" )