summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2608intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/2608intf.h')
-rw-r--r--src/devices/sound/2608intf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/sound/2608intf.h b/src/devices/sound/2608intf.h
index 7272f5778e9..d3ba76506ee 100644
--- a/src/devices/sound/2608intf.h
+++ b/src/devices/sound/2608intf.h
@@ -21,6 +21,7 @@ public:
// configuration helpers
template <class Object> devcb_base &set_irq_handler(Object &&cb) { return m_irq_handler.set_callback(std::forward<Object>(cb)); }
+ auto irq_handler() { return m_irq_handler.bind(); }
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );
@@ -32,6 +33,7 @@ protected:
// device-level overrides
virtual const tiny_rom_entry *device_rom_region() const override;
virtual void device_start() override;
+ virtual void device_clock_changed() override;
virtual void device_post_load() override;
virtual void device_stop() override;
virtual void device_reset() override;