Added double buffering ish.

This commit is contained in:
2026-05-21 17:25:57 +01:00
parent 9316a16ab9
commit cca1abf0be
3 changed files with 202 additions and 166 deletions

View File

@@ -1827,7 +1827,8 @@ namespace Core.Cpu
return 16;
}
default:
throw new NotImplementedException($"Extended ED Opcode 0x{extendedOpcode:X2} at PC 0x{(PC - 1):X4} is not implemented.");
return 8;
//throw new NotImplementedException($"Extended ED Opcode 0x{extendedOpcode:X2} at PC 0x{(PC - 1):X4} is not implemented.");
}
}