diff options
Diffstat (limited to 'src/devices/cpu/z180/z180ed.hxx')
-rw-r--r-- | src/devices/cpu/z180/z180ed.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z180/z180ed.hxx b/src/devices/cpu/z180/z180ed.hxx index df123a07a23..68925107c1d 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_odirect->read_byte((_PCD-1)&0xffff)); + tag(), m_ocache->read_byte((_PCD-1)&0xffff)); } /********************************************************** |