1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-23 02:47:57 +00:00

KA10: Fix 1Proceed over PUSHJ under ITS.

This commit is contained in:
Richard Cornwell 2022-12-13 23:41:14 -05:00
parent b96a69157d
commit ca948e4e39

View File

@ -8884,6 +8884,11 @@ jrstf:
glb_sect = 0;
#endif
BR = AOB(BR);
#if KL_ITS
if (QITS && one_p_arm) /* Don't clear traps if 1proc */
FLAGS &= ~ (BYTI);
else
#endif
FLAGS &= ~ (BYTI|ADRFLT|TRP1|TRP2);
if (BR & C1) {
#if KI | KL | KS