summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/sp0250.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/sp0250.h')
-rw-r--r--src/devices/sound/sp0250.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/sp0250.h b/src/devices/sound/sp0250.h
index 95352c32ecc..665b719e725 100644
--- a/src/devices/sound/sp0250.h
+++ b/src/devices/sound/sp0250.h
@@ -11,6 +11,7 @@ public:
sp0250_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
template <class Object> devcb_base &set_drq_callback(Object &&cb) { return m_drq.set_callback(std::forward<Object>(cb)); }
+ auto drq() { return m_drq.bind(); }
DECLARE_WRITE8_MEMBER( write );
uint8_t drq_r();