mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-11-23 07:20:02 +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
|
||||
{
|
||||
this.BusWrite(operand);
|
||||
if (!memoryZ)
|
||||
{
|
||||
this.R2(z, operand);
|
||||
}
|
||||
|
||||
this.Tick(15);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user