summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/diablo_hd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/diablo_hd.h')
-rw-r--r--src/devices/machine/diablo_hd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/diablo_hd.h b/src/devices/machine/diablo_hd.h
index ea96d2c4c70..43524706967 100644
--- a/src/devices/machine/diablo_hd.h
+++ b/src/devices/machine/diablo_hd.h
@@ -67,9 +67,10 @@ public:
protected:
virtual void device_start() override;
virtual void device_reset() override;
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
virtual void device_add_mconfig(machine_config &config) override;
+ TIMER_CALLBACK_MEMBER(sector_mark_tick);
+
private:
template <typename Format, typename... Params> void logprintf(int level, Format &&fmt, Params &&... args);
@@ -110,7 +111,6 @@ private:
void (*m_sector_callback)(void*,int); //!< callback to call at the start of each sector
emu_timer* m_timer; //!< sector timer
diablo_image_device* m_image; //!< diablo_image_device interfacing the CHD
- chd_file* m_handle; //!< underlying CHD handle
hard_disk_file* m_disk; //!< underlying hard disk file
//! translate C/H/S to a page and read the sector