summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/fdc/cumana.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/fdc/cumana.h')
-rw-r--r--src/devices/bus/bbc/fdc/cumana.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/bus/bbc/fdc/cumana.h b/src/devices/bus/bbc/fdc/cumana.h
index 71048da3b1a..55481bca1cc 100644
--- a/src/devices/bus/bbc/fdc/cumana.h
+++ b/src/devices/bus/bbc/fdc/cumana.h
@@ -37,7 +37,6 @@ protected:
// device-level overrides
virtual void device_start() override;
- virtual void device_reset() override;
virtual DECLARE_READ8_MEMBER(read) override;
virtual DECLARE_WRITE8_MEMBER(write) override;
@@ -49,8 +48,6 @@ protected:
bool m_invert;
private:
- required_memory_region m_dfs_rom;
-
int m_drive_control;
int m_fdc_ie;
};