diff options
author | 2018-12-21 14:17:30 +0100 | |
---|---|---|
committer | 2018-12-21 14:17:55 +0100 | |
commit | 87323a78c0630772f47e35953ade7581e4dd028a (patch) | |
tree | 0a31282e7d8b56c777521e40576cd83e581e9337 /src/devices/sound/2612intf.h | |
parent | ae37434866ccfd12c9e283f64ce750830332797e (diff) |
-bus/adam/exp, adamnet, bus/coleco, bus/crvision: Removed MCFG macros. [Ryan Holtz]
-sound/es1373, gaelco, mea8000, rf5c68, sn76496, st0016: Removed MCFG macros. [Ryan Holtz]
-drivers/adam, coleco, crvision, fmtowns, gaelco2, spcforce, machine/st0016: Removed MACHINE_CONFIG macros. [Ryan Holtz]
Diffstat (limited to 'src/devices/sound/2612intf.h')
-rw-r--r-- | src/devices/sound/2612intf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/2612intf.h b/src/devices/sound/2612intf.h index 22938d7aec0..63f6ee22ec0 100644 --- a/src/devices/sound/2612intf.h +++ b/src/devices/sound/2612intf.h @@ -16,6 +16,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 ); |