Diff for /xmil/pccore.c between versions 1.28 and 1.29

version 1.28, 2004/08/13 01:35:59 version 1.29, 2004/08/13 02:16:33
Line 216  void pccore_exec(BRESULT draw) { Line 216  void pccore_exec(BRESULT draw) {
                 }                  }
 #else  #else
                 while(CPU_REMCLOCK > 0) {                  while(CPU_REMCLOCK > 0) {
                         //      TRACEOUT(("%.4x", Z80_PC));  
 #if defined(TRACE) && IPTRACE  #if defined(TRACE) && IPTRACE
                         treip[trpos & (IPTRACE - 1)] = Z80_PC;                          treip[trpos & (IPTRACE - 1)] = Z80_PC;
                         trpos++;                          trpos++;

Removed from v.1.28  
changed lines
  Added in v.1.29


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