mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-11 05:41:49 +00:00
Fix displaced timing on arithmetic operations for z80. 34 failures now
This commit is contained in:
@@ -1432,7 +1432,7 @@ namespace Z80
|
||||
if (memoryZ && this._displaced)
|
||||
{
|
||||
this.FetchDisplacement();
|
||||
this.Tick(4);
|
||||
this.Tick(5);
|
||||
}
|
||||
|
||||
var value = this.R(z);
|
||||
|
||||
Reference in New Issue
Block a user