summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn/cms/hires.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/acorn/cms/hires.cpp')
-rw-r--r--src/devices/bus/acorn/cms/hires.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/acorn/cms/hires.cpp b/src/devices/bus/acorn/cms/hires.cpp
index 35ef26fd598..d15032bd30c 100644
--- a/src/devices/bus/acorn/cms/hires.cpp
+++ b/src/devices/bus/acorn/cms/hires.cpp
@@ -68,7 +68,6 @@ cms_hires_device::cms_hires_device(const machine_config &mconfig, const char *ta
void cms_hires_device::device_start()
{
- set_acorn_bus_device();
address_space &space = m_bus->memspace();
space.install_readwrite_handler(0xfc10, 0xfc1f, read8_delegate(FUNC(ef9365_device::data_r), m_gdp.target()), write8_delegate(FUNC(ef9365_device::data_w), m_gdp.target()));