mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-19 15:16:41 +00:00
Correct timing for 16-bit arithmetic tests. 26 failures remaining
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user