Home | History | Annotate | Download | only in octane

Lines Matching refs:instructions

41   gameboy.instructions = 0;
44 while (gameboy.instructions <= gameboy.totalInstructions) {
1517 this.audioTicks = 0; //Used to sample the audio system every x CPU instructions.
1521 this.emulatorTicks = 0; //Times for how many instructions to execute before ending the loop.
1523 this.LCDTicks = 60; //Counter for how many instructions have been executed on a scanline so far.
7131 this.instructions += 1;
7132 if (this.instructions > this.totalInstructions) {