mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-06-14 04:23:39 +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