From b0e3a9c9bf6194f5d15f9ddee7884bdcc77d8afa Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Thu, 31 Mar 2016 23:22:11 +0200 Subject: [PATCH] =?UTF-8?q?Typo=20fix:=20Serivce=20=E2=86=92=20Service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mame/drivers/tubep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/tubep.cpp b/src/mame/drivers/tubep.cpp index 381225db409..55e55cc5721 100644 --- a/src/mame/drivers/tubep.cpp +++ b/src/mame/drivers/tubep.cpp @@ -730,7 +730,7 @@ static INPUT_PORTS_START( tubep ) PORT_DIPNAME( 0x10, 0x00, DEF_STR( Cabinet ) ) PORT_DIPLOCATION("SW2:2") PORT_DIPSETTING( 0x00, DEF_STR( Upright ) ) PORT_DIPSETTING( 0x10, DEF_STR( Cocktail ) ) - PORT_DIPNAME( 0x20, 0x20, "Serivce mode" ) PORT_DIPLOCATION("SW2:1") + PORT_DIPNAME( 0x20, 0x20, "Service mode" ) PORT_DIPLOCATION("SW2:1") PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED )