示例#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();
 }