diff options
Diffstat (limited to 'src/devices/sound/ymf278b.h')
-rw-r--r-- | src/devices/sound/ymf278b.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ymf278b.h b/src/devices/sound/ymf278b.h index 7b12ae322f9..fbdde4e345e 100644 --- a/src/devices/sound/ymf278b.h +++ b/src/devices/sound/ymf278b.h @@ -18,6 +18,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 ); |