summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/hp9122c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/hp9122c.h')
-rw-r--r--src/devices/bus/ieee488/hp9122c.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/ieee488/hp9122c.h b/src/devices/bus/ieee488/hp9122c.h
index 8b51af38e28..4bd51888e26 100644
--- a/src/devices/bus/ieee488/hp9122c.h
+++ b/src/devices/bus/ieee488/hp9122c.h
@@ -118,6 +118,7 @@ private:
DECLARE_WRITE8_MEMBER(fdc_write);
void cpu_map(address_map &map);
+ virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
required_device<cpu_device> m_cpu;
required_device<i8291a_device> m_i8291a;
@@ -143,6 +144,8 @@ private:
bool m_ds0;
bool m_ds1;
+
+ emu_timer *m_motor_timer;
};
// device type definition