Diff for /np2/macosx/Attic/np2info.cpp between versions 1.3 and 1.4

version 1.3, 2004/01/05 01:53:34 version 1.4, 2004/01/13 05:30:58
Line 75  static void info_clock(char *str, int ma Line 75  static void info_clock(char *str, int ma
         UINT32  clock;          UINT32  clock;
         char    clockstr[16];          char    clockstr[16];
   
         clock = (pc.realclock + 50000) / 100000;          clock = (pccore.realclock + 50000) / 100000;
         SPRINTF(clockstr, str_clockfmt, clock/10, clock % 10);          SPRINTF(clockstr, str_clockfmt, clock/10, clock % 10);
         milstr_ncpy(str, clockstr, maxlen);          milstr_ncpy(str, clockstr, maxlen);
 }  }
   
 static void info_base(char *str, int maxlen) {  static void info_base(char *str, int maxlen) {
   
         milstr_ncpy(str, (pc.baseclock == PCBASECLOCK25)?str_5MHz:str_8MHz,          milstr_ncpy(str, (pccore.baseclock == PCBASECLOCK25)?str_5MHz:str_8MHz,
                                                                                                                                         maxlen);                                                                                                                                          maxlen);
 }  }
   

Removed from v.1.3  
changed lines
  Added in v.1.4


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