Cleaned up the run loop, less complicated now, and video updates can drive themselves thanks to the new CPU timer functions
This commit is contained in:
parent
97f8e87ca3
commit
244f0dba32
7 changed files with 451 additions and 495 deletions
|
|
@ -3720,10 +3720,7 @@ if (DEBUGGER) {
|
|||
{
|
||||
if (DEBUG) {
|
||||
this.println("msPerYield: " + this.cpu.counts.msPerYield);
|
||||
this.println("nCyclesPerBurst: " + this.cpu.counts.nCyclesPerBurst);
|
||||
this.println("nCyclesPerYield: " + this.cpu.counts.nCyclesPerYield);
|
||||
this.println("nCyclesPerVideoUpdate: " + this.cpu.counts.nCyclesPerVideoUpdate);
|
||||
this.println("nCyclesPerStatusUpdate: " + this.cpu.counts.nCyclesPerStatusUpdate);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue