Diff for /np2/wince/np2.cpp between versions 1.7 and 1.8

version 1.7, 2003/12/06 13:57:32 version 1.8, 2003/12/19 23:16:06
Line 308  static void processwait(UINT cnt) { Line 308  static void processwait(UINT cnt) {
                 timing_setcount(0);                  timing_setcount(0);
                 framereset(cnt);                  framereset(cnt);
         }          }
   #if !defined(_WIN32_WCE)
         else {          else {
                 Sleep(1);                  Sleep(1);
         }          }
   #endif
 }  }
   
   

Removed from v.1.7  
changed lines
  Added in v.1.8


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