Diff for /np2/cbus/board26k.c between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:58:00 version 1.2, 2003/11/12 00:55:38
Line 49  static BYTE IOINPCALL opn_i188(UINT port Line 49  static BYTE IOINPCALL opn_i188(UINT port
   
         (void)port;          (void)port;
 #if 1  #if 1
                 return(fmtimer.status | 0x7c);          return(fmtimer.status | 0x7c);
 #else  #else
                 return(fmtimer.status);          return(fmtimer.status);
 #endif  #endif
 }  }
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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