summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/fdc/cumana.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/fdc/cumana.cpp')
-rw-r--r--src/devices/bus/bbc/fdc/cumana.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/bus/bbc/fdc/cumana.cpp b/src/devices/bus/bbc/fdc/cumana.cpp
index 4de4c9df704..7cec0c2e391 100644
--- a/src/devices/bus/bbc/fdc/cumana.cpp
+++ b/src/devices/bus/bbc/fdc/cumana.cpp
@@ -106,7 +106,6 @@ bbc_cumanafdc_device::bbc_cumanafdc_device(const machine_config &mconfig, device
m_fdc(*this, "mb8877a"),
m_floppy0(*this, "mb8877a:0"),
m_floppy1(*this, "mb8877a:1"),
- m_dfs_rom(*this, "dfs_rom"),
m_drive_control(0)
{
}
@@ -133,15 +132,6 @@ void bbc_cumanafdc_device::device_start()
save_item(NAME(m_drive_control));
}
-//-------------------------------------------------
-// device_reset - device-specific reset
-//-------------------------------------------------
-
-void bbc_cumanafdc_device::device_reset()
-{
- machine().root_device().membank("bank4")->configure_entry(12, memregion("dfs_rom")->base());
-}
-
//**************************************************************************
// IMPLEMENTATION