Sonik Fighter (encrypted): Proper inputs WIP (Payout Limit and default value).

This commit is contained in:
RobertoFresca 2016-05-02 00:05:29 -03:00
parent 30bec7f1a9
commit 449b171ddf

View File

@ -1480,11 +1480,11 @@ static INPUT_PORTS_START( sonikfig )
PORT_DIPNAME( 0x04, 0x04, "Double-Up" ) // OK
PORT_DIPSETTING( 0x00, DEF_STR( No ) ) // OK
PORT_DIPSETTING( 0x04, DEF_STR( Yes ) ) // OK
PORT_DIPNAME( 0x18, 0x08, "Payout Limit" )
PORT_DIPSETTING( 0x00, "0" )
PORT_DIPSETTING( 0x18, "1000" )
PORT_DIPSETTING( 0x10, "2000" )
PORT_DIPSETTING( 0x08, "5000" )
PORT_DIPNAME( 0x18, 0x18, "Payout Limit" ) // OK
PORT_DIPSETTING( 0x00, "0" ) // OK
PORT_DIPSETTING( 0x18, "1000" ) // OK
PORT_DIPSETTING( 0x10, "2000" ) // OK
PORT_DIPSETTING( 0x08, "5000" ) // OK
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )