# | Line 503 | Line 503 | status_t BasiliskII::tick_func(void *arg | |
---|---|---|
503 | if (++tick_counter > 60) { | |
504 | tick_counter = 0; | |
505 | WriteMacInt32(0x20c, TimerDateTime()); | |
506 | + | SetInterruptFlag(INTFLAG_1HZ); |
507 | + | TriggerInterrupt(); |
508 | } | |
509 | ||
510 | // Trigger 60Hz interrupt |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |