# | Line 31 | Line 31 | |
---|---|---|
31 | #include "main.h" | |
32 | #include "emul_op.h" | |
33 | #include "prefs.h" | |
34 | + | #include "timer.h" |
35 | #include "user_strings.h" | |
36 | ||
37 | #include "sheep_driver.h" | |
# | Line 1238 | Line 1239 | void Start680x0(void) | |
1239 | ||
1240 | void TriggerInterrupt(void) | |
1241 | { | |
1242 | + | idle_resume(); |
1243 | if (emul_thread > 0 && ReadyForSignals) | |
1244 | send_signal(emul_thread, SIGUSR1); | |
1245 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |