summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn/system/fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/acorn/system/fdc.cpp')
-rw-r--r--src/devices/bus/acorn/system/fdc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/acorn/system/fdc.cpp b/src/devices/bus/acorn/system/fdc.cpp
index ef4046c9555..61fd022f335 100644
--- a/src/devices/bus/acorn/system/fdc.cpp
+++ b/src/devices/bus/acorn/system/fdc.cpp
@@ -84,7 +84,6 @@ void acorn_fdc_device::device_start()
void acorn_fdc_device::device_reset()
{
- set_acorn_bus_device();
address_space &space = m_bus->memspace();
space.install_device(0x0a00, 0x0a03, *m_fdc, &i8271_device::map);