diff options
Diffstat (limited to 'src/mame/drivers/system16.cpp')
-rw-r--r-- | src/mame/drivers/system16.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/system16.cpp b/src/mame/drivers/system16.cpp index 0c2f7a5c5db..621fd1affe0 100644 --- a/src/mame/drivers/system16.cpp +++ b/src/mame/drivers/system16.cpp @@ -1674,8 +1674,8 @@ static INPUT_PORTS_START( goldnaxe ) PORT_DIPNAME( 0x3c, 0x3c, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:3,4,5,6") /* Definition according to manual */ PORT_DIPSETTING( 0x00, "Special" ) PORT_DIPSETTING( 0x14, DEF_STR( Easiest ) ) - PORT_DIPSETTING( 0x1c, DEF_STR( Easier ) ) - PORT_DIPSETTING( 0x34, DEF_STR( Easy ) ) + PORT_DIPSETTING( 0x34, DEF_STR( Easier ) ) + PORT_DIPSETTING( 0x1c, DEF_STR( Easy ) ) PORT_DIPSETTING( 0x3c, DEF_STR( Normal ) ) PORT_DIPSETTING( 0x38, DEF_STR( Hard ) ) PORT_DIPSETTING( 0x2c, DEF_STR( Harder ) ) |