mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-20 20:31:24 -05:00
First draft of nuvolink simulation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user