Added double buffering 2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user