summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/vt50/vt50.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/vt50/vt50.h')
-rw-r--r--src/devices/cpu/vt50/vt50.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/cpu/vt50/vt50.h b/src/devices/cpu/vt50/vt50.h
index 6212874b496..fe46b556f99 100644
--- a/src/devices/cpu/vt50/vt50.h
+++ b/src/devices/cpu/vt50/vt50.h
@@ -27,6 +27,8 @@ public:
auto frq_callback() { return m_frq_callback.bind(); }
auto bell_callback() { return m_bell_callback.bind(); }
auto cen_callback() { return m_cen_callback.bind(); }
+ auto ccf_callback() { return m_ccf_callback.bind(); }
+ auto csf_callback() { return m_csf_callback.bind(); }
protected:
// construction/destruction
@@ -75,6 +77,8 @@ protected:
devcb_read_line m_frq_callback;
devcb_write_line m_bell_callback;
devcb_write_line m_cen_callback;
+ devcb_read_line m_csf_callback;
+ devcb_read_line m_ccf_callback;
// register dimensions
const u8 m_bbits;