diff options
Diffstat (limited to 'src/devices/sound/k007232.h')
-rw-r--r-- | src/devices/sound/k007232.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/k007232.h b/src/devices/sound/k007232.h index 845379b55e5..f937641401c 100644 --- a/src/devices/sound/k007232.h +++ b/src/devices/sound/k007232.h @@ -19,6 +19,7 @@ public: k007232_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); template <class Object> devcb_base &set_port_write_handler(Object &&cb) { return m_port_write_handler.set_callback(std::forward<Object>(cb)); } + auto port_write() { return m_port_write_handler.bind(); } DECLARE_WRITE8_MEMBER( write ); DECLARE_READ8_MEMBER( read ); |