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