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.13 by cebix, 2000-07-13T16:12:32Z vs.
Revision 1.14 by cebix, 2000-07-14T21:29:13Z

# 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) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines