summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/chessmdr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/chessmdr.cpp')
-rw-r--r--src/devices/bus/isa/chessmdr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/chessmdr.cpp b/src/devices/bus/isa/chessmdr.cpp
index 02f73db82d2..00182d9e5ff 100644
--- a/src/devices/bus/isa/chessmdr.cpp
+++ b/src/devices/bus/isa/chessmdr.cpp
@@ -63,7 +63,7 @@ void isa8_chessmdr_device::device_reset()
static INPUT_PORTS_START( chessmdr )
PORT_START("DSW") // DIP switch on the ISA card PCB, installer shows range 0x110-0x3D0
- PORT_DIPNAME( 0x0f, 0x08, "I/O Port Address" ) PORT_DIPLOCATION("CM_SW1:1,2,3,4")
+ PORT_DIPNAME( 0x0f, 0x09, "I/O Port Address" ) PORT_DIPLOCATION("CMDR_SW1:1,2,3,4")
PORT_DIPSETTING( 0x00, "0x010 (Invalid)" )
PORT_DIPSETTING( 0x01, "0x050 (Invalid)" )
PORT_DIPSETTING( 0x02, "0x090 (Invalid)" )