I give up. This is probably more compatible with Intel derived processors

This commit is contained in:
Adrian Conlon
2025-08-13 19:03:25 +01:00
parent 7951abde00
commit a4e704fef4

View File

@@ -71,7 +71,6 @@ namespace EightBit
RaisingHALT?.Invoke(this, EventArgs.Empty);
this.HALT.Raise();
this.PC.Increment();
this.PC.Increment();
RaisedHALT?.Invoke(this, EventArgs.Empty);
}
}