Fix displaced timing on arithmetic operations for z80. 34 failures now

This commit is contained in:
Adrian Conlon
2025-05-03 14:40:38 +01:00
parent 506e2b9eda
commit 68328d92fb

View File

@ -1432,7 +1432,7 @@ namespace Z80
if (memoryZ && this._displaced)
{
this.FetchDisplacement();
this.Tick(4);
this.Tick(5);
}
var value = this.R(z);