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

version 1.9, 2004/01/30 14:33:27 version 1.10, 2004/02/13 08:01:12
Line 314  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.9  
changed lines
  Added in v.1.10


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