Diff for /np2/bios/sxsibios.c between versions 1.1 and 1.2

version 1.1, 2004/01/22 01:10:03 version 1.2, 2004/01/22 04:59:48
Line 130  static REG8 sxsibios_format(UINT type, S Line 130  static REG8 sxsibios_format(UINT type, S
   
 static REG8 sxsibios_succeed(UINT type, SXSIDEV sxsi) {  static REG8 sxsibios_succeed(UINT type, SXSIDEV sxsi) {
   
           (void)type;
         (void)sxsi;          (void)sxsi;
         return(0x00);          return(0x00);
 }  }
Line 267  static REG8 scsibios_sense(UINT type, SX Line 268  static REG8 scsibios_sense(UINT type, SX
                 CPU_DH = sxsi->surfaces;                  CPU_DH = sxsi->surfaces;
                 CPU_DL = sxsi->sectors;                  CPU_DL = sxsi->sectors;
         }          }
           (void)type;
         return(0x00);          return(0x00);
 }  }
   

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


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