summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn/cms/4080term.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/acorn/cms/4080term.cpp')
-rw-r--r--src/devices/bus/acorn/cms/4080term.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/acorn/cms/4080term.cpp b/src/devices/bus/acorn/cms/4080term.cpp
index c282715b7ae..d4e5514629d 100644
--- a/src/devices/bus/acorn/cms/4080term.cpp
+++ b/src/devices/bus/acorn/cms/4080term.cpp
@@ -143,7 +143,6 @@ cms_4080term_device::cms_4080term_device(const machine_config &mconfig, const ch
void cms_4080term_device::device_start()
{
- set_acorn_bus_device();
address_space &space = m_bus->memspace();
space.install_readwrite_handler(0xfd20, 0xfd2f, read8_delegate(FUNC(ef9345_device::data_r), m_ef9345.target()), write8_delegate(FUNC(ef9345_device::data_w), m_ef9345.target()));