Diff for /np2/pccore.c between versions 1.34 and 1.36

version 1.34, 2003/12/21 16:05:25 version 1.36, 2003/12/25 05:07:49
Line 84  void getbiospath(char *path, const char  Line 84  void getbiospath(char *path, const char 
 const char      *p;  const char      *p;
   
         p = np2cfg.biospath;          p = np2cfg.biospath;
   
         p = np2cfg.biospath;  
         if (p[0]) {          if (p[0]) {
                 file_cpyname(path, p, maxlen);                  file_cpyname(path, p, maxlen);
                 file_setseparator(path, maxlen);                  file_setseparator(path, maxlen);
Line 587  void pccore_exec(BOOL draw) { Line 585  void pccore_exec(BOOL draw) {
 #if defined(TRACE)  #if defined(TRACE)
         execcnt++;          execcnt++;
         if (execcnt >= 60) {          if (execcnt >= 60) {
                 TRACEOUT(("resetcnt = %d / pic %d", resetcnt, piccnt));  //              TRACEOUT(("resetcnt = %d / pic %d", resetcnt, piccnt));
                 execcnt = 0;                  execcnt = 0;
                 resetcnt = 0;                  resetcnt = 0;
                 piccnt = 0;                  piccnt = 0;

Removed from v.1.34  
changed lines
  Added in v.1.36


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