From 5c90890055d3f6f7bc46ec9b5f92258c8eefbadb Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 14 Jan 2018 21:24:20 -0500 Subject: Typo (nw) --- src/mame/drivers/tigeroad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/tigeroad.cpp b/src/mame/drivers/tigeroad.cpp index daaf8ec788f..aeabb88f9cc 100644 --- a/src/mame/drivers/tigeroad.cpp +++ b/src/mame/drivers/tigeroad.cpp @@ -219,7 +219,7 @@ static INPUT_PORTS_START( tigeroad ) PORT_DIPSETTING( 0x0000, "30000 90000 90000" ) PORT_DIPNAME( 0x6000, 0x6000, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("DIPB:6,7") PORT_DIPSETTING( 0x2000, "Very Easy (Level 0)") - PORT_DIPSETTING( 0x4000, "Easy (Level 1)") + PORT_DIPSETTING( 0x4000, "Easy (Level 10)") PORT_DIPSETTING( 0x6000, "Normal (Level 20)") PORT_DIPSETTING( 0x0000, "Difficult (Level 30)") PORT_DIPNAME( 0x8000, 0x8000, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("DIPB:8") -- cgit v1.2.3