# | Line 25 | Line 25 | |
---|---|---|
25 | #include "prefs.h" | |
26 | #include "emul_op.h" | |
27 | #include "rom_patches.h" | |
28 | + | #include "timer.h" |
29 | #include "m68k.h" | |
30 | #include "memory.h" | |
31 | #include "readcpu.h" | |
# | Line 152 | Line 153 | void Start680x0(void) | |
153 | ||
154 | void TriggerInterrupt(void) | |
155 | { | |
156 | + | idle_resume(); |
157 | SPCFLAGS_SET( SPCFLAG_INT ); | |
158 | } | |
159 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |