N_L68_CPU_PORTS   190 src/dps8/dps8_cpu.c     for (int i = 0; i < (cpus[cpu_unit_idx].tweaks.l68_mode ? N_L68_CPU_PORTS : N_DPS8M_CPU_PORTS); i ++)
N_L68_CPU_PORTS   842 src/dps8/dps8_cpu.c   for (uint port_num = N_DPS8M_CPU_PORTS; port_num < N_L68_CPU_PORTS; port_num ++) {
N_L68_CPU_PORTS   867 src/dps8/dps8_cpu.c   for (uint port_num = N_DPS8M_CPU_PORTS; port_num < N_L68_CPU_PORTS; port_num ++) {
N_L68_CPU_PORTS  1296 src/dps8/dps8_cpu.c     for (int port_num = 0; port_num < (cpu.tweaks.l68_mode ? N_L68_CPU_PORTS : N_DPS8M_CPU_PORTS); port_num ++)