1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-22 10:31:12 +00:00

KA10: Fixed PUSH for extended addressing on KL.

This commit is contained in:
Richard Cornwell 2023-09-26 23:55:37 -04:00
parent 1d87e14651
commit 2826e2d58a

View File

@ -9012,6 +9012,7 @@ jrstf:
if (QKLB && t20_page &&pc_sect != 0 && (BR & SMASK) == 0 && (BR & SECTM) != 0) {
BR = (BR + 1) & FMASK;
sect = (BR >> 18) & 07777;
glb_sect = 1;
} else {
sect = pc_sect;
#endif