Skip to content

Commit

Permalink
tecmo/tecmp.cpp: Changed rygar/gemini difficulty setting names to bet…
Browse files Browse the repository at this point in the history
…ter reflect documentation. (#12134)
  • Loading branch information
devinacker committed Mar 18, 2024
1 parent a97718f commit 37c9b6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/mame/tecmo/tecmo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,9 @@ static INPUT_PORTS_START( rygar )
PORT_DIPSETTING( 0x02, "200000 500000" )
PORT_DIPSETTING( 0x03, "100000" )
PORT_DIPNAME( 0x30, 0x00, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:!5,!6")
PORT_DIPSETTING( 0x00, DEF_STR( Easy ) )
PORT_DIPSETTING( 0x10, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x20, DEF_STR( Hard ) )
PORT_DIPSETTING( 0x00, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x10, DEF_STR( Hard ) )
PORT_DIPSETTING( 0x20, DEF_STR( Harder ) )
PORT_DIPSETTING( 0x30, DEF_STR( Hardest ) )
PORT_DIPNAME( 0x40, 0x00, "2P Can Start Anytime" ) PORT_DIPLOCATION("SW2:!7")
PORT_DIPSETTING( 0x00, DEF_STR( No ) )
Expand Down Expand Up @@ -590,9 +590,9 @@ static INPUT_PORTS_START( gemini )
PORT_DIPSETTING( 0x01, "4" )
PORT_DIPSETTING( 0x02, "5" )
PORT_DIPNAME( 0x0c, 0x00, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:!3,!4")
PORT_DIPSETTING( 0x00, DEF_STR( Easy ) )
PORT_DIPSETTING( 0x04, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x08, DEF_STR( Hard ) )
PORT_DIPSETTING( 0x00, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x04, DEF_STR( Hard ) )
PORT_DIPSETTING( 0x08, DEF_STR( Harder ) )
PORT_DIPSETTING( 0x0c, DEF_STR( Hardest ) )
PORT_DIPNAME( 0x70, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:!5,!6,!7")
PORT_DIPSETTING( 0x00, "50000 200000" )
Expand Down

0 comments on commit 37c9b6e

Please sign in to comment.