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

version 1.76, 2004/02/29 03:10:02 version 1.78, 2004/03/04 15:20:13
Line 548  void screenvsync(NEVENTITEM item) { Line 548  void screenvsync(NEVENTITEM item) {
 // #define      IPTRACE                 (1 << 12)  // #define      IPTRACE                 (1 << 12)
   
 #if defined(TRACE) && IPTRACE  #if defined(TRACE) && IPTRACE
 static UINT             trpos = 0;  static  UINT    trpos = 0;
 static UINT32   treip[IPTRACE];  static  UINT32  treip[IPTRACE];
   
 void iptrace_out(void) {  void iptrace_out(void) {
   
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.78


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