summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_sm510.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hh_sm510.cpp')
-rw-r--r--src/mame/drivers/hh_sm510.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp
index 4b7946153a6..4c95a76302b 100644
--- a/src/mame/drivers/hh_sm510.cpp
+++ b/src/mame/drivers/hh_sm510.cpp
@@ -92,7 +92,7 @@ WRITE16_MEMBER(hh_sm510_state::lcd_segment_w)
// output to x.y, where x = row a/b/bs/c*4 + H1-4, y = seg1-16
char buf[0x10];
sprintf(buf, "%d.%d", offset, seg);
- output_set_value(buf, state);
+ machine().output().set_value(buf, state);
m_lcd_output_cache[index] = state;
}