summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/trs80m2kb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/trs80m2kb.h')
-rw-r--r--src/mame/machine/trs80m2kb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/trs80m2kb.h b/src/mame/machine/trs80m2kb.h
index 29ff764f31c..2859bdbf1ce 100644
--- a/src/mame/machine/trs80m2kb.h
+++ b/src/mame/machine/trs80m2kb.h
@@ -68,6 +68,7 @@ private:
required_device<cpu_device> m_maincpu;
required_ioport_array<12> m_y;
+ output_finder<2> m_led;
devcb_write_line m_write_clock;