mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-01-22 16:16:17 +00:00
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:
@@ -578,7 +578,6 @@ namespace EightBit
|
||||
else
|
||||
{
|
||||
this.BusWrite(operand);
|
||||
this.R2(z, operand);
|
||||
this.Tick(15);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user