From a4e704fef483e4b582fd351c41198b28145f8e54 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Wed, 13 Aug 2025 19:03:25 +0100 Subject: [PATCH] I give up. This is probably more compatible with Intel derived processors --- EightBit/IntelProcessor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/EightBit/IntelProcessor.cs b/EightBit/IntelProcessor.cs index db99ce7..292cf52 100644 --- a/EightBit/IntelProcessor.cs +++ b/EightBit/IntelProcessor.cs @@ -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); } }