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

version 1.6, 2004/01/26 14:49:14 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));
         }          }

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


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