Пример #1
0
 private void timer2_Tick(object sender, EventArgs e)
 {
     for (int i = 0; i < 50; i++)
     {
         cpu.RunCycle();
     }
     cpu.UpdateTimers();
     UpdateScreen();
 }