summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180/z180ed.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z180/z180ed.inc')
-rw-r--r--src/devices/cpu/z180/z180ed.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z180/z180ed.inc b/src/devices/cpu/z180/z180ed.inc
index 91520228f87..1c44e384b21 100644
--- a/src/devices/cpu/z180/z180ed.inc
+++ b/src/devices/cpu/z180/z180ed.inc
@@ -3,7 +3,7 @@
OP(illegal,2)
{
logerror("Z180 '%s' ill. opcode $ed $%02x\n",
- tag(), m_odirect->read_byte((_PCD-1)&0xffff));
+ tag().c_str(), m_odirect->read_byte((_PCD-1)&0xffff));
}
/**********************************************************