Diff for /np2/macos9/macossub.cpp between versions 1.1 and 1.2

version 1.1, 2003/10/23 07:20:43 version 1.2, 2003/11/14 10:32:36
Line 20  UINT32 macos_gettick(void) { Line 20  UINT32 macos_gettick(void) {
         UnsignedWide current;          UnsignedWide current;
   
         Microseconds(&current);          Microseconds(&current);
         return((UINT32)(current.lo / 1000));          return((UINT32)((current.hi * 4294967) + (current.lo / 1000)));
 }  }
   
   

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>