summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pve500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pve500.cpp')
-rw-r--r--src/mame/drivers/pve500.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pve500.cpp b/src/mame/drivers/pve500.cpp
index 365bba01138..815b27d5fb4 100644
--- a/src/mame/drivers/pve500.cpp
+++ b/src/mame/drivers/pve500.cpp
@@ -309,7 +309,7 @@ printf("io_expander_w: PORTA (io_SC=%02X)\n", data);
for (int j=0; j<8; j++){
if (!BIT(io_SC,j)){
for (int i=0; i<4; i++)
- output_set_digit_value(8*swap[i] + j, LD_data[i]);
+ machine().output().set_digit_value(8*swap[i] + j, LD_data[i]);
}
}
break;