Diff for /np2/bios/bios1b.c between versions 1.1.1.1 and 1.2

version 1.1.1.1, 2003/10/16 17:58:22 version 1.2, 2003/10/17 03:52:24
Line 44  static void biosfd_setchrn(void) { Line 44  static void biosfd_setchrn(void) {
         fdc.N = I286_CH;          fdc.N = I286_CH;
 }  }
   
   #if 0
 static void biosfd_resultout(UINT32 result) {  static void biosfd_resultout(UINT32 result) {
   
         BYTE    *ptr;          BYTE    *ptr;
Line 58  static void biosfd_resultout(UINT32 resu Line 59  static void biosfd_resultout(UINT32 resu
         ptr[6] = fdc.N;          ptr[6] = fdc.N;
         ptr[7] = fdc.ncn;          ptr[7] = fdc.ncn;
 }  }
   #endif
   
 static BOOL biosfd_seek(BYTE track, BOOL ndensity) {  static BOOL biosfd_seek(BYTE track, BOOL ndensity) {
   

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


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