Diff for /np2/bios/sxsibios.c between versions 1.8 and 1.10

version 1.8, 2004/01/28 23:36:13 version 1.10, 2004/02/13 08:01:12
Line 186  static REG8 sasibios_init(UINT type, SXS Line 186  static REG8 sasibios_init(UINT type, SXS
   
 static REG8 sasibios_sense(UINT type, SXSIDEV sxsi) {  static REG8 sasibios_sense(UINT type, SXSIDEV sxsi) {
   
         TRACEOUT(("sasibios_sense type=%d", type));  
         if (type == SXSIBIOS_SASI) {          if (type == SXSIBIOS_SASI) {
                 return((REG8)((sxsi->type >> 8) & 7));                  return((REG8)((sxsi->type >> 8) & 7));
         }          }
Line 315  static REG8 scsibios_sense(UINT type, SX Line 314  static REG8 scsibios_sense(UINT type, SX
                 CPU_BX = 256 << ((scsiinf[3] >> 4) & 3);                  CPU_BX = 256 << ((scsiinf[3] >> 4) & 3);
         }          }
         (void)type;          (void)type;
           (void)sxsi;
         return(0x00);          return(0x00);
 }  }
   

Removed from v.1.8  
changed lines
  Added in v.1.10


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