summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/corvfdc01.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-01-27 18:16:10 +1100
committer Vas Crabb <vas@vastheman.com>2018-01-27 18:16:10 +1100
commit5b939d1d375ec6157b8305c8a22431d95a2a27ef (patch)
tree3daab93c1c436b25c156c33b67e9ab4c20f5f711 /src/devices/bus/a2bus/corvfdc01.cpp
parentf62e2dd9259fe66aa8ecf46c2f7b8b6b391a2845 (diff)
a2bus, spectrum/exp: set a better example (nw)
Diffstat (limited to 'src/devices/bus/a2bus/corvfdc01.cpp')
-rw-r--r--src/devices/bus/a2bus/corvfdc01.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/bus/a2bus/corvfdc01.cpp b/src/devices/bus/a2bus/corvfdc01.cpp
index 0b8b7c9d153..6b4ff3ed08d 100644
--- a/src/devices/bus/a2bus/corvfdc01.cpp
+++ b/src/devices/bus/a2bus/corvfdc01.cpp
@@ -128,9 +128,6 @@ a2bus_corvfdc01_device::a2bus_corvfdc01_device(const machine_config &mconfig, co
void a2bus_corvfdc01_device::device_start()
{
- // set_a2bus_device makes m_slot valid
- set_a2bus_device();
-
m_rom = device().machine().root_device().memregion(this->subtag(FDC01_ROM_REGION).c_str())->base();
save_item(NAME(m_fdc_local_status));