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, 0 insertions, 2 deletions
diff --git a/src/devices/machine/mc6846.h b/src/devices/machine/mc6846.h
index 1b960ae1ef3..81633923adc 100644
--- a/src/devices/machine/mc6846.h
+++ b/src/devices/machine/mc6846.h
@@ -21,7 +21,6 @@ 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(); }
@@ -78,7 +77,6 @@ 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 */