Diff for /np2/pccore.c between versions 1.67 and 1.68

version 1.67, 2004/02/13 20:31:54 version 1.68, 2004/02/16 05:11:38
Line 642  void pccore_exec(BOOL draw) { Line 642  void pccore_exec(BOOL draw) {
                         treip[trpos & (IPTRACE - 1)] = (CPU_CS << 16) + CPU_IP;                          treip[trpos & (IPTRACE - 1)] = (CPU_CS << 16) + CPU_IP;
                         trpos++;                          trpos++;
 #endif  #endif
 #if 1  #if 0
                         if ((CPU_CS == 0xf800) && (CPU_IP == 0x0B5B)) {                          if ((CPU_CS == 0xf800) && (CPU_IP == 0x0B5B)) {
                                 TRACEOUT(("%.2x %.2x %.2x %.2x %.2x %.2x %.2x %.2x %.2x %.2x",                                  TRACEOUT(("%.2x %.2x %.2x %.2x %.2x %.2x %.2x %.2x %.2x %.2x",
                                                         mem[0x9000], mem[0x9001],                                                          mem[0x9000], mem[0x9001],
Line 679  void pccore_exec(BOOL draw) { Line 679  void pccore_exec(BOOL draw) {
                                 TRACEOUT(("%.4x:%.4x", CPU_CS, CPU_IP));                                  TRACEOUT(("%.4x:%.4x", CPU_CS, CPU_IP));
                         }                          }
 #endif  #endif
 #if 1           // VX LIO  #if 0           // VX LIO
                         if (CPU_CS == 0xf990) {                          if (CPU_CS == 0xf990) {
                                 if (CPU_IP == 0x07BE) {                                  if (CPU_IP == 0x07BE) {
                                         TRACEOUT(("%d,%d - %d,%d", CPU_BP, CPU_DX, CPU_SI, CPU_DI));                                          TRACEOUT(("%d,%d - %d,%d", CPU_BP, CPU_DX, CPU_SI, CPU_DI));
                                 }                                  }
                         }                          }
 #endif  #endif
                         i286x_step();  //                      i286x_step();
 //                      i286c_step();                          i286c_step();
                 }                  }
 #endif  #endif
                 nevent_progress();                  nevent_progress();

Removed from v.1.67  
changed lines
  Added in v.1.68


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