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

version 1.77, 2004/03/01 05:29:58 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) {
   

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


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