summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pet/cass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pet/cass.h')
-rw-r--r--src/devices/bus/pet/cass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/pet/cass.h b/src/devices/bus/pet/cass.h
index 29d64278a3b..1b1bd419423 100644
--- a/src/devices/bus/pet/cass.h
+++ b/src/devices/bus/pet/cass.h
@@ -60,6 +60,7 @@ public:
// static configuration helpers
template <class Object> devcb_base &set_read_handler(Object &&cb) { return m_read_handler.set_callback(std::forward<Object>(cb)); }
+ auto read_handler() { return m_read_handler.bind(); }
// computer interface
DECLARE_READ_LINE_MEMBER( read );