Diff for /np2/pccore.c between versions 1.56 and 1.58

version 1.56, 2004/01/28 23:36:12 version 1.58, 2004/01/29 23:42:02
Line 58 Line 58
   
         PCCORE  pccore = {      PCBASECLOCK25, 4,          PCCORE  pccore = {      PCBASECLOCK25, 4,
                                                 0, PCMODEL_VX, 0, 0,                                                  0, PCMODEL_VX, 0, 0,
                                                   0, {0, 0, 0},
                                                 0, 0,                                                  0, 0,
                                                 4 * PCBASECLOCK25,                                                  4 * PCBASECLOCK25,
                                                 4 * PCBASECLOCK25 * 50 / 3104,                                                  4 * PCBASECLOCK25 * 50 / 3104,
Line 666  void pccore_exec(BOOL draw) { Line 667  void pccore_exec(BOOL draw) {
 #endif  #endif
                 }                  }
   
 #if 0 // ndef TRACE  #if 1 // ndef TRACE
                 if (CPU_REMCLOCK > 0) {                  if (CPU_REMCLOCK > 0) {
                         if (!(CPU_TYPE & CPUTYPE_V30)) {                          if (!(CPU_TYPE & CPUTYPE_V30)) {
                                 CPU_EXEC();                                  CPU_EXEC();

Removed from v.1.56  
changed lines
  Added in v.1.58


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