mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-11-23 23:18:12 +00:00
Fuse fixes: Missed one of the indexed indirect memory register updates: Whoops!
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -578,6 +578,11 @@ namespace EightBit
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.BusWrite(operand);
|
this.BusWrite(operand);
|
||||||
|
if (!memoryZ)
|
||||||
|
{
|
||||||
|
this.R2(z, operand);
|
||||||
|
}
|
||||||
|
|
||||||
this.Tick(15);
|
this.Tick(15);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user