From 90e0494f3b30bc1c026625efb2e9659974ffde42 Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 12 Dec 2019 13:57:09 -0500 Subject: model2.cpp: Be consistent (nw) --- src/mame/drivers/model2.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/mame/drivers/model2.cpp b/src/mame/drivers/model2.cpp index f76734d2bc0..a3cec69c9c7 100644 --- a/src/mame/drivers/model2.cpp +++ b/src/mame/drivers/model2.cpp @@ -1984,16 +1984,9 @@ static INPUT_PORTS_START( zerogun ) PORT_MODIFY("SW") // in service mode, enables scroll check, polygon check, bg check, stage select - PORT_DIPNAME(0x01, 0x01, "Enable Debug Menu") PORT_DIPLOCATION("SW:1") + PORT_DIPNAME(0x01, 0x01, "Enable Debug Menu") PORT_DIPLOCATION("SW3:1") PORT_DIPSETTING( 0x01, DEF_STR( Off )) PORT_DIPSETTING( 0x00, DEF_STR( On )) - PORT_DIPUNKNOWN_DIPLOC(0x02, 0x02, "SW:2") - PORT_DIPUNKNOWN_DIPLOC(0x04, 0x04, "SW:3") - PORT_DIPUNKNOWN_DIPLOC(0x08, 0x08, "SW:4") - PORT_DIPUNKNOWN_DIPLOC(0x10, 0x10, "SW:5") - PORT_DIPUNKNOWN_DIPLOC(0x20, 0x20, "SW:6") - PORT_DIPUNKNOWN_DIPLOC(0x40, 0x40, "SW:7") - PORT_DIPUNKNOWN_DIPLOC(0x80, 0x80, "SW:8") INPUT_PORTS_END static INPUT_PORTS_START( motoraid ) -- cgit v1.2.3