diff --git a/src/debug.cpp b/src/debug.cpp index 21717357..c34e6cd2 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -554,7 +554,7 @@ void LogCDData(uint8 *opcode, uint16 A, int size) case 4: memop = 0x20; break; } - if ((j = GetPRGAddress(A)) != -1) + if (((j = GetPRGAddress(A)) != -1) && (opcode[0] != 0x4C) && (opcode[0] != 0x6C)) { if (opwrite[opcode[0]] == 0) {