예제 #1
0
파일: CPU.cs 프로젝트: play3577/NES-2
 /// <summary>
 /// Causes a non-maskable interrupt to occur on the next cycle
 /// </summary>
 public void TriggerNMI()
 {
     interrupt = Interrupt.NMI;
 }