summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/imolagp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/imolagp.cpp')
-rw-r--r--src/mame/drivers/imolagp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/imolagp.cpp b/src/mame/drivers/imolagp.cpp
index 49ae5f3d8b4..38940c0faea 100644
--- a/src/mame/drivers/imolagp.cpp
+++ b/src/mame/drivers/imolagp.cpp
@@ -262,7 +262,7 @@ WRITE8_MEMBER(imolagp_state::imola_led_board_w)
static const UINT8 ls48_map[16] =
{ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7c,0x07,0x7f,0x67,0x58,0x4c,0x62,0x69,0x78,0x00 };
- output_set_digit_value(offset, ls48_map[data & 0x0f]);
+ machine().output().set_digit_value(offset, ls48_map[data & 0x0f]);
/*
score: 0, 1, 2, 3
time: 4, 5