mirror of
https://github.com/rcornwell/sims.git
synced 2026-03-31 11:30:48 +00:00
KA10: Fix 1Proceed over PUSHJ under ITS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user