summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amico2k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/amico2k.cpp')
-rw-r--r--src/mame/drivers/amico2k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/amico2k.cpp b/src/mame/drivers/amico2k.cpp
index 3d692b34082..856dc4c23ec 100644
--- a/src/mame/drivers/amico2k.cpp
+++ b/src/mame/drivers/amico2k.cpp
@@ -106,7 +106,7 @@ TIMER_CALLBACK_MEMBER(amico2k_state::led_refresh)
{
if (m_ls145_p > 3)
{
- output_set_digit_value(m_ls145_p - 4, m_segment);
+ machine().output().set_digit_value(m_ls145_p - 4, m_segment);
}
}