summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-12-12 13:57:09 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-12-12 13:57:31 -0500
commit90e0494f3b30bc1c026625efb2e9659974ffde42 (patch)
treec1ca3740ae1aa650d540bac65be3fa6667c5295d
parent26bbe1443a52bac58eec9f38c5c604af4150b809 (diff)
model2.cpp: Be consistent (nw)
-rw-r--r--src/mame/drivers/model2.cpp9
1 files changed, 1 insertions, 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 )