summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cv1k.cpp
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2017-11-16 09:31:15 +0200
committer MetalliC <0vetal0@gmail.com>2017-11-16 09:31:15 +0200
commit31660e1498764ec4c4a1478ab8417ad63560fbf1 (patch)
treeba4b19c7a65ed5163a240d6ffe7040ada6940067 /src/mame/drivers/cv1k.cpp
parent4f89886343786158991e0e59d897eed55c4b8a4c (diff)
small note (nw)
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" )