freekick.cpp: Fix port_start & verified bonus - NW

This commit is contained in:
briantro 2017-02-11 01:30:59 -06:00
parent ac3895497c
commit ba7a157864

View File

@ -316,10 +316,10 @@ static INPUT_PORTS_START( omega )
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW1:1")
PORT_DIPSETTING( 0x01, "3" )
PORT_DIPSETTING( 0x00, "5" )
PORT_DIPNAME( 0x06, 0x06, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:2,3") /* NOT verified, using values from Gigas MK2 */
PORT_DIPNAME( 0x06, 0x06, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:2,3")
PORT_DIPSETTING( 0x06, "20000 & 60000, Every 60000 Points" )
PORT_DIPSETTING( 0x02, "20000 & 60000 Points" )
PORT_DIPSETTING( 0x04, "30000 & 90000, Every 90000 Points" )
PORT_DIPSETTING( 0x02, "30000 & 80000, Every 80000 Points" )
PORT_DIPSETTING( 0x04, "20000 & 60000 Points" )
PORT_DIPSETTING( 0x00, "Only 20000 Points" )
PORT_DIPNAME( 0x18, 0x18, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW1:4,5") /* NOT verified, using values from Gigas MK2 */
PORT_DIPSETTING( 0x18, DEF_STR( Easy ) )
@ -336,7 +336,7 @@ static INPUT_PORTS_START( omega )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x80, DEF_STR( On ) )
PORT_MODIFY("DSW2")
PORT_START("DSW2")
PORT_DIPNAME( 0x0f, 0x0f, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SW2:1,2,3,4")
PORT_DIPSETTING( 0x00, DEF_STR( 5C_1C ) )
PORT_DIPSETTING( 0x0e, DEF_STR( 3C_1C ) )