summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cv1k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cv1k.cpp')
-rw-r--r--src/mame/drivers/cv1k.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/cv1k.cpp b/src/mame/drivers/cv1k.cpp
index d9530b03f8f..8bb613248ff 100644
--- a/src/mame/drivers/cv1k.cpp
+++ b/src/mame/drivers/cv1k.cpp
@@ -369,6 +369,7 @@ ADDRESS_MAP_END
static INPUT_PORTS_START( cv1k )
PORT_START("DSW") // 18000050.l (18000050.b + 3 i.e. MSB + 3, is shown as DIPSW)
+ // note: physical switch have default/Off position marked as "ON" which is a bit confusing
PORT_DIPUNUSED_DIPLOC( 0x01, 0x00, "S2:1" )
PORT_DIPUNUSED_DIPLOC( 0x02, 0x00, "S2:2" )
PORT_DIPUNUSED_DIPLOC( 0x04, 0x00, "S2:3" )