summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/exprraid.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-01-02 17:45:28 +0100
committer Olivier Galibert <galibert@pobox.com>2018-01-02 17:48:21 +0100
commit380c14bf5c28424b043e7dd2720fab67ee2d1dd9 (patch)
treea7afb23be35b35590c43ccf6cba8acd496dd55c4 /src/mame/drivers/exprraid.cpp
parent3e1c1842c8be48973643ad747520589a0dc96cc9 (diff)
Tackle the ambiguous ones (nw)
Diffstat (limited to 'src/mame/drivers/exprraid.cpp')
-rw-r--r--src/mame/drivers/exprraid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/exprraid.cpp b/src/mame/drivers/exprraid.cpp
index 14ae38946c9..374b0ff7401 100644
--- a/src/mame/drivers/exprraid.cpp
+++ b/src/mame/drivers/exprraid.cpp
@@ -259,7 +259,7 @@ WRITE8_MEMBER(exprraid_state::exprraid_prot_data_w)
break;
default:
- logerror("Unknown protection write: %x at PC:%x\n", data, space.device().safe_pc());
+ logerror("Unknown protection write: %x at %s\n", data, machine().describe_context());
}
}