We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358a1e8 commit ec735c7Copy full SHA for ec735c7
src/cpu/cpu.ts
@@ -85,7 +85,6 @@ export class CPU {
85
}
86
87
reset() {
88
- this.data.fill(0);
89
this.SP = this.data.length - 1;
90
this.pc = 0;
91
this.pendingInterrupts.fill(null);
0 commit comments