diff --git a/Z80/Z80.cs b/Z80/Z80.cs index e31e60b..6c92bdf 100644 --- a/Z80/Z80.cs +++ b/Z80/Z80.cs @@ -578,7 +578,6 @@ namespace EightBit else { this.BusWrite(operand); - this.R2(z, operand); this.Tick(15); } }