summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k054539.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k054539.h')
-rw-r--r--src/devices/sound/k054539.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k054539.h b/src/devices/sound/k054539.h
index 0b79173f205..3dfb22f4583 100644
--- a/src/devices/sound/k054539.h
+++ b/src/devices/sound/k054539.h
@@ -44,7 +44,7 @@ public:
// configuration helpers
template <typename Object> void set_analog_callback(Object &&cb) { m_apan_cb = std::forward<Object>(cb); }
template <class Object> devcb_base &set_timer_handler(Object &&cb) { return m_timer_handler.set_callback(std::forward<Object>(cb)); }
-
+ auto timer_handler() { return m_timer_handler.bind(); }
DECLARE_WRITE8_MEMBER(write);
DECLARE_READ8_MEMBER(read);