summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pdp8/hd6120.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pdp8/hd6120.cpp')
-rw-r--r--src/devices/cpu/pdp8/hd6120.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/pdp8/hd6120.cpp b/src/devices/cpu/pdp8/hd6120.cpp
index 574cdde757a..dccd84ad526 100644
--- a/src/devices/cpu/pdp8/hd6120.cpp
+++ b/src/devices/cpu/pdp8/hd6120.cpp
@@ -168,8 +168,8 @@ hd6120_device::hd6120_device(const machine_config &config, const char *tag, devi
: cpu_device(config, HD6120, tag, owner, clock)
, m_inst_config("instruction", ENDIANNESS_BIG, 16, 16, -1) // 12 data bits
, m_data_config("data", ENDIANNESS_BIG, 16, 16, -1) // 12 data bits
- , m_io_config("I/O", ENDIANNESS_BIG, 16, 9, -1) // 12 data bits
- , m_devctl_config("device control", ENDIANNESS_BIG, 8, 9, 0) // only 3 bits used
+ , m_io_config("io", ENDIANNESS_BIG, 16, 9, -1) // 12 data bits
+ , m_devctl_config("devctl", ENDIANNESS_BIG, 8, 9, 0) // only 3 bits used
, m_lxmar_callback(*this)
, m_lxpar_callback(*this)
, m_lxdar_callback(*this)