Skip to content

Commit

Permalink
Dsiabled debug console
Browse files Browse the repository at this point in the history
  • Loading branch information
BluestormDNA committed Jan 2, 2019
1 parent b84206c commit 3220d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectDMG/ProjectDMG.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void EXECUTETEST() { // Main Loop Work in progress
handleInterrupts(mmu, cpu);
}
cyclesThisUpdate -= Constants.CYCLES_PER_UPDATE;
dev = 0;
//dev = 0;
}
elapsed = nanoTime();
//Console.WriteLine(dev++ + " " + (elapsed - start) / 1000);
Expand Down

0 comments on commit 3220d17

Please sign in to comment.