Diff for /np2/pccore.c between versions 1.76 and 1.77

version 1.76, 2004/02/29 03:10:02 version 1.77, 2004/03/01 05:29:58
Line 652  void pccore_exec(BOOL draw) { Line 652  void pccore_exec(BOOL draw) {
                                                                         CPU_DX, CPU_DS, CPU_DI, mem[0xa3fe0]));                                                                          CPU_DX, CPU_DS, CPU_DI, mem[0xa3fe0]));
                         }                          }
 #endif  #endif
 //                      if ((CPU_CS == 0x2516) && (CPU_IP == 0x97B0)) {  #if 0
 //                              TRACEOUT(("DS = %.4x", CPU_DS));                          if (CPU_IP == 0x2E4F) {
 //                      }                                  TRACEOUT(("CS = %.4x - 0x2e4f", CPU_CS));
                           }
   #endif
                           if (CPU_CS == 0x8b6) {
                                   TRACEOUT(("%.4x:%.4x", CPU_CS, CPU_IP));
                           }
 //                      i286x_step();  //                      i286x_step();
                         i286c_step();                          i286c_step();
                 }                  }

Removed from v.1.76  
changed lines
  Added in v.1.77


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