summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/8364_paula.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/8364_paula.h')
-rw-r--r--src/devices/machine/8364_paula.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/8364_paula.h b/src/devices/machine/8364_paula.h
index 31e2c2661bf..c889a831b67 100644
--- a/src/devices/machine/8364_paula.h
+++ b/src/devices/machine/8364_paula.h
@@ -69,6 +69,8 @@ public:
// configuration
template <class Object> devcb_base &set_mem_r_callback(Object &&cb) { return m_mem_r.set_callback(std::forward<Object>(cb)); }
template <class Object> devcb_base &set_int_w_callback(Object &&cb) { return m_int_w.set_callback(std::forward<Object>(cb)); }
+ auto mem_read_cb() { return m_mem_r.bind(); }
+ auto int_cb() { return m_int_w.bind(); }
DECLARE_READ16_MEMBER(reg_r);
DECLARE_WRITE16_MEMBER(reg_w);