summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dolphunk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dolphunk.cpp')
-rw-r--r--src/mame/drivers/dolphunk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dolphunk.cpp b/src/mame/drivers/dolphunk.cpp
index 8ee69d20042..37429f72177 100644
--- a/src/mame/drivers/dolphunk.cpp
+++ b/src/mame/drivers/dolphunk.cpp
@@ -127,7 +127,7 @@ WRITE_LINE_MEMBER( dauphin_state::cass_w )
WRITE8_MEMBER( dauphin_state::port00_w )
{
- output_set_digit_value(offset, data);
+ machine().output().set_digit_value(offset, data);
}
WRITE8_MEMBER( dauphin_state::port06_w )