diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index 363b091b..8e75211b 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -2048,6 +2048,7 @@ static Bits HLT_Decode(void) { if (reg_eip!=cpu.hlt.eip || SegValue(cs) != cpu.hlt.cs) { cpudecoder=cpu.hlt.old_decoder; } else { + CPU_IODelayRemoved += CPU_Cycles; CPU_Cycles=0; } return 0;