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

Comparing BasiliskII/src/Unix/main_unix.cpp (file contents):
Revision 1.39 by cebix, 2001-07-09T11:22:00Z vs.
Revision 1.40 by cebix, 2001-07-14T20:01:19Z

# Line 835 | Line 835 | static void one_tick(...)
835          }
836  
837   #ifndef HAVE_PTHREADS
838 <        // No threads available, perform video refresh from here
838 >        // No threads available, perform video refresh and networking from here
839          VideoRefresh();
840 +        SetInterruptFlag(INTFLAG_ETHER);
841   #endif
842  
843          // Trigger 60Hz interrupt

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines