Fuse fixes: Don't write garbage after displaced index arithmetic operation. Damn!

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-08-15 15:50:28 +01:00
parent e35dabd130
commit 8db6c6fde9
1 changed files with 0 additions and 1 deletions

View File

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