summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/compiskb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/compiskb.cpp')
-rw-r--r--src/mame/machine/compiskb.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/machine/compiskb.cpp b/src/mame/machine/compiskb.cpp
index 765cef9582d..dfe62a9c296 100644
--- a/src/mame/machine/compiskb.cpp
+++ b/src/mame/machine/compiskb.cpp
@@ -243,6 +243,9 @@ void compis_keyboard_device::device_start()
// resolve callbacks
m_out_tx_handler.resolve_safe();
m_out_tx_handler(1);
+
+ // resolve output finder
+ m_led_caps.resolve();
}