summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc6846.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc6846.h')
-rw-r--r--src/devices/machine/mc6846.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/mc6846.h b/src/devices/machine/mc6846.h
index 81633923adc..1b960ae1ef3 100644
--- a/src/devices/machine/mc6846.h
+++ b/src/devices/machine/mc6846.h
@@ -21,6 +21,7 @@ public:
auto out_port() { return m_out_port_cb.bind(); }
auto in_port() { return m_in_port_cb.bind(); }
+ auto cp1() { return m_out_cp1_cb.bind(); }
auto cp2() { return m_out_cp2_cb.bind(); }
auto cto() { return m_out_cto_cb.bind(); }
auto irq() { return m_irq_cb.bind(); }
@@ -77,6 +78,7 @@ private:
/* CPU write to the outside through chip */
devcb_write8 m_out_port_cb; /* 8-bit output */
+ devcb_write_line m_out_cp1_cb; /* 1-bit output */
devcb_write_line m_out_cp2_cb; /* 1-bit output */
/* CPU read from the outside through chip */