portSelect       4520 src/dps8/dps8_cpu.c     PNL (putbits36_1 (& w1, 59-36, (cpu.portSelect == 0)?1:0);)
portSelect       4521 src/dps8/dps8_cpu.c     PNL (putbits36_1 (& w1, 60-36, (cpu.portSelect == 1)?1:0);)
portSelect       4522 src/dps8/dps8_cpu.c     PNL (putbits36_1 (& w1, 61-36, (cpu.portSelect == 2)?1:0);)
portSelect       4523 src/dps8/dps8_cpu.c     PNL (putbits36_1 (& w1, 62-36, (cpu.portSelect == 3)?1:0);)
portSelect       1885 src/dps8/dps8_cpu.h     word2 portSelect;
portSelect       2024 src/dps8/dps8_cpu.h     cpu.portSelect = port;
portSelect        920 src/dps8/panelScraper.c     SETL (bank_g, 18, cpu.portSelect == 0 ? 1 : 0, 1);
portSelect        921 src/dps8/panelScraper.c     SETL (bank_g, 19, cpu.portSelect == 1 ? 1 : 0, 1);
portSelect        922 src/dps8/panelScraper.c     SETL (bank_g, 20, cpu.portSelect == 2 ? 1 : 0, 1);
portSelect        923 src/dps8/panelScraper.c     SETL (bank_g, 21, cpu.portSelect == 3 ? 1 : 0, 1);