Buslogic now fully working on DOS and NT (probably Win9x too)

Removed unused c sources.
SCSI layer bugfixes.
This commit is contained in:
TC1995
2017-01-01 00:36:22 +01:00
parent 4304285a6a
commit 3f086f7523
5 changed files with 232 additions and 402 deletions

View File

@@ -23,9 +23,9 @@ void SCSIGetLength(uint8_t id, int *datalen)
}
//Execute SCSI command
void SCSIExecCommand(uint8_t id, uint8_t lun, uint8_t *cdb)
void SCSIExecCommand(uint8_t id, uint8_t *cdb, uint8_t sense)
{
SCSICDROM_Command(id, lun, cdb);
SCSICDROM_Command(id, cdb, sense);
}
//Read pending data from the resulting SCSI command