Diff for /xmil/pccore.c between versions 1.26 and 1.27

version 1.26, 2004/08/12 20:09:42 version 1.27, 2004/08/12 20:31:35
Line 173  void iptrace_out(void) { Line 173  void iptrace_out(void) {
 }  }
 #endif  #endif
   
 #if 0  
 UINT pccore_getraster(UINT *h) {  
   
         SINT32  work;  
         UINT    vl;  
   
         work = nevent_getwork(NEVENT_FRAMES);  
         vl = work / 250;  
         if (h) {  
                 *h = work - (vl * 250);  
         }  
         if (corestat.vsync) {  
                 vl += corestat.vl;  
         }  
         return(vl);  
 }  
 #endif  
   
 void neitem_disp(UINT id) {  void neitem_disp(UINT id) {
   

Removed from v.1.26  
changed lines
  Added in v.1.27


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