예제 #1
0
 static void Main(string[] args)
 {
     Debug.Write("FFFFFFFFUUUUUUUUUUUUUUUU");
     CPU.initializeInterpreter();
     //GFX.RefreshMemDisplay();
 }
예제 #2
0
파일: GFX.cs 프로젝트: 0xSyn/Chip8_Dx
 private void game2_Click(object sender, EventArgs e)
 {
     CPU.fileIndex = 2;
     Memory.terminateProgram();
     CPU.initializeInterpreter();
 }