Diff for /np2/i386c/ia32/cpu.c between versions 1.14 and 1.15

version 1.14, 2004/03/07 02:08:25 version 1.15, 2004/03/07 02:10:24
Line 55  int cpu_inst_trace = 0; Line 55  int cpu_inst_trace = 0;
 #endif  #endif
   
   
 #define IPTRACE                 (1 << 14)  // #define      IPTRACE                 (1 << 14)
   
 #if defined(TRACE) && IPTRACE  #if defined(TRACE) && IPTRACE
 static  UINT    trpos = 0;  static  UINT    trpos = 0;

Removed from v.1.14  
changed lines
  Added in v.1.15


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