Isolate program counter increment/decrement (to be used for HALT processing)

This commit is contained in:
Adrian Conlon
2025-05-03 23:25:06 +01:00
parent 2501bdfd28
commit cbe871d365
6 changed files with 23 additions and 30 deletions
-1
View File
@@ -669,7 +669,6 @@ namespace LR35902
{
this.LowerHALT(); // Exception (replaces LD (HL), (HL))
this.TickMachine(2);
//this.PC.Word++;
}
else
{