summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/halleys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/halleys.cpp')
-rw-r--r--src/mame/drivers/halleys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/halleys.cpp b/src/mame/drivers/halleys.cpp
index 48e0d38ba35..c6b721195b6 100644
--- a/src/mame/drivers/halleys.cpp
+++ b/src/mame/drivers/halleys.cpp
@@ -392,7 +392,7 @@ void halleys_state::blit(int offset)
#if HALLEYS_DEBUG
if (0) {
- logerror("%s:[%04x]", machine.describe_context(), offset);
+ logerror("%s:[%04x]", machine().describe_context(), offset);
for (ecx=0; ecx<16; ecx++) logerror(" %02x", param[ecx]);
logerror("\n");
}