ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/powerrom_cpu/powerrom_cpu.cpp
(Generate patch)

Comparing BasiliskII/src/powerrom_cpu/powerrom_cpu.cpp (file contents):
Revision 1.9 by gbeauche, 2005-01-30T21:42:16Z vs.
Revision 1.10 by gbeauche, 2006-04-30T21:26:21Z

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines