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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/compiskb.cpp b/src/mame/machine/compiskb.cpp
index 1fe9e356ec8..91709ad925e 100644
--- a/src/mame/machine/compiskb.cpp
+++ b/src/mame/machine/compiskb.cpp
@@ -319,7 +319,7 @@ WRITE8_MEMBER( compis_keyboard_device::bus_w )
m_speaker->level_w(BIT(data, 5));
// LEDs
- output_set_led_value(LED_CAPS, BIT(data, 6));
+ machine().output().set_led_value(LED_CAPS, BIT(data, 6));
// serial data out
m_out_tx_handler(BIT(data, 7));