Correct timing for 16-bit arithmetic tests. 26 failures remaining

This commit is contained in:
Adrian Conlon
2025-05-03 15:03:04 +01:00
parent 68328d92fb
commit 26457b4a77
+1
View File
@@ -922,6 +922,7 @@ namespace Z80
1 => this.ADC(this.HL2(), this.RP(p)), // ADC HL, rp[p]
_ => throw new NotSupportedException("Invalid operation mode"),
});
this.Tick(7);
break;
case 3: // Retrieve/store register pair from/to immediate address
this.FetchWordAddress();