First draft of nuvolink simulation

This commit is contained in:
akuker
2020-09-11 17:14:43 -05:00
parent 0d7debcf68
commit 076d36d09c
2 changed files with 7 additions and 0 deletions

View File

@@ -106,6 +106,11 @@ int FASTCALL SCSINuvolink::Inquiry(
extended_size = (WORD)cdb[4] + (((WORD)cdb[3])<<8);
LOGINFO("Inquiry Size was %d", extended_size);
for(int i=0; i< 5; i++)
{
LOGINFO("CDB Byte %d: %02X",i,cdb[i]);
}
// EVPD check
if (cdb[1] & 0x01) {
disk.code = DISK_INVALIDCDB;