summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/tandy2kb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tandy2kb.h')
-rw-r--r--src/mame/machine/tandy2kb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/tandy2kb.h b/src/mame/machine/tandy2kb.h
index f6a6f1e24eb..ecc9c16cf81 100644
--- a/src/mame/machine/tandy2kb.h
+++ b/src/mame/machine/tandy2kb.h
@@ -73,6 +73,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;
devcb_write_line m_write_data;