# | Line 708 | Line 708 | static void one_second(void) | |
---|---|---|
708 | // Pseudo Mac 1Hz interrupt, update local time | |
709 | WriteMacInt32(0x20c, TimerDateTime()); | |
710 | ||
711 | + | SetInterruptFlag(INTFLAG_60HZ); |
712 | + | TriggerInterrupt(); |
713 | + | |
714 | #ifndef HAVE_PTHREADS | |
715 | static int second_counter = 0; | |
716 | if (++second_counter > 60) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |