And another CPU change.

This commit is contained in:
OBattler
2021-06-07 00:07:27 +02:00
parent 166f64d422
commit 40b0db4162

View File

@@ -627,6 +627,9 @@ static int opHLT(uint32_t fetchdat)
CPU_BLOCK_END();
PREFETCH_RUN(100, 1, -1, 0,0,0,0, 0);
if (hlt_reset_pending)
softresetx86();
return 0;
}