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:
parent
b96a69157d
commit
ca948e4e39
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user