mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Fixed MT#6153 - http://mametesters.org/view.php?id=6153 (nw)
This commit is contained in:
parent
68fa73ad77
commit
8aa4f6476f
@ -1694,8 +1694,8 @@ static INPUT_PORTS_START( starfigh )
|
||||
PORT_DIPSETTING( 0x38, DEF_STR( Easiest ) )
|
||||
PORT_DIPSETTING( 0x30, DEF_STR( Very_Easy) )
|
||||
PORT_DIPSETTING( 0x28, DEF_STR( Easy ) )
|
||||
PORT_DIPSETTING( 0x20, "Moderate" )
|
||||
PORT_DIPSETTING( 0x18, DEF_STR( Normal ) )
|
||||
PORT_DIPSETTING( 0x20, DEF_STR( Normal ) )
|
||||
PORT_DIPSETTING( 0x18, "Moderate" )
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( Harder ) )
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Very_Hard ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Hardest ) )
|
||||
@ -1714,7 +1714,7 @@ static INPUT_PORTS_START( starfigh )
|
||||
PORT_DIPNAME( 0x04, 0x04, "Play Together" ) PORT_DIPLOCATION("SW2:3")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( No ) )
|
||||
PORT_DIPSETTING( 0x04, DEF_STR( Yes ) )
|
||||
PORT_DIPNAME( 0x38, 0x30, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:4,5,6")
|
||||
PORT_DIPNAME( 0x38, 0x18, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:4,5,6")
|
||||
PORT_DIPSETTING( 0x30, "10K" )
|
||||
PORT_DIPSETTING( 0x28, "30K" )
|
||||
PORT_DIPSETTING( 0x18, "50K, Every 50K" )
|
||||
|
Loading…
Reference in New Issue
Block a user