mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-11 05:41:49 +00:00
Fix loads of z80 timing issues. 84 timing issues remain.
This commit is contained in:
@@ -877,9 +877,9 @@ namespace Z80
|
||||
|
||||
if (update)
|
||||
{
|
||||
this.Tick();
|
||||
if (this._displaced)
|
||||
{
|
||||
this.Tick();
|
||||
this.MemoryWrite(operand);
|
||||
if (!memoryZ)
|
||||
{
|
||||
@@ -888,6 +888,8 @@ namespace Z80
|
||||
}
|
||||
else
|
||||
{
|
||||
if (memoryZ)
|
||||
this.Tick();
|
||||
this.R(z, operand);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user