/// <summary> /// Causes a non-maskable interrupt to occur on the next cycle /// </summary> public void TriggerNMI() { interrupt = Interrupt.NMI; }