diff options
| -rw-r--r-- | src/peripherals/timer.spec.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peripherals/timer.spec.ts b/src/peripherals/timer.spec.ts index 721b01d..8e1949d 100644 --- a/src/peripherals/timer.spec.ts +++ b/src/peripherals/timer.spec.ts @@ -454,7 +454,6 @@ describe('timer', () => { timer.tick(); cpu.writeData(TCCR1A, 0x3); // TCCR1A <- WGM10 | WGM11 (Fast PWM, 10-bit) cpu.writeData(TCCR1B, 0x9); // TCCR1B <- WGM12 | CS10 - console.log(timer.CS); cpu.data[0x6f] = 0x1; // TIMSK1: TOIE1 cpu.data[SREG] = 0x80; // SREG: I------- cpu.cycles = 1; |
