Diff for /np2/bios/sxsibios.c between versions 1.5 and 1.7

version 1.5, 2004/01/23 16:57:20 version 1.7, 2004/01/27 03:24:19
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 196  static REG8 sasibios_sense(UINT type, SX Line 197  static REG8 sasibios_sense(UINT type, SX
                         CPU_DH = sxsi->surfaces;                          CPU_DH = sxsi->surfaces;
                         CPU_DL = sxsi->sectors;                          CPU_DL = sxsi->sectors;
                 }                  }
                 return(0x00);                  return(0x0f);
         }          }
 }  }
   

Removed from v.1.5  
changed lines
  Added in v.1.7


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