Added double buffering 2

This commit is contained in:
2026-04-24 21:52:30 +01:00
parent d7fd5b6ad8
commit 97267bed7a
3 changed files with 3 additions and 2 deletions

View File

@@ -1596,7 +1596,7 @@ namespace Core.Cpu
if ((n & 0x02) != 0) AF.Low |= 0x20;
return 16;
}
case 0xA9: // CPD (The opcode that just crashed!)
case 0xA9: // CPD
{
byte memVal = ReadMemory(HL.Word);
byte result = (byte)(AF.High - memVal);