rcfDelete 1007 src/dps8/dps8_cpu.c cpu.rcfDelete = false; rcfDelete 2342 src/dps8/dps8_cpu.c if (UNLIKELY (cpu.cycle == INTERRUPT_cycle) && UNLIKELY (cpu.rcfDelete) && LIKELY ((! syncClockMode))) { rcfDelete 2343 src/dps8/dps8_cpu.c cpu.rcfDelete = false; // Forget about the RCF DELETE rcfDelete 1558 src/dps8/dps8_cpu.h bool rcfDelete; // Set if the CPU was halted by a RCF DELETE rcfDelete 8747 src/dps8/dps8_ins.c cpu.rcfDelete = true; rcfDelete 1480 src/dps8/dps8_scu.c if (cpus[cpu_unit_udx].rcfDelete) sim_printf ("Poking CPU %c in rcfDelete\n", 'A' + cpu_unit_udx);