summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k056800.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k056800.h')
-rw-r--r--src/devices/sound/k056800.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/k056800.h b/src/devices/sound/k056800.h
index 38d4902cfeb..4964304deb3 100644
--- a/src/devices/sound/k056800.h
+++ b/src/devices/sound/k056800.h
@@ -34,6 +34,7 @@ public:
// configuration helpers
template <class Object> devcb_base &set_int_handler(Object &&cb) { return m_int_handler.set_callback(std::forward<Object>(cb)); }
+ auto int_callback() { return m_int_handler.bind(); }
DECLARE_READ8_MEMBER( host_r );
DECLARE_WRITE8_MEMBER( host_w );