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:
Adrian Conlon 2019-08-15 17:23:34 +01:00
parent f07f184ce9
commit 6c20f49c05
1 changed files with 5 additions and 0 deletions

View File

@ -578,6 +578,11 @@ namespace EightBit
else
{
this.BusWrite(operand);
if (!memoryZ)
{
this.R2(z, operand);
}
this.Tick(15);
}
}