mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Reformatted.
This commit is contained in:
@@ -87,9 +87,9 @@ namespace DiscImageChef.Devices
|
||||
cdb[5] = (byte)(address & 0xFF);
|
||||
cdb[7] = (byte)((transferLen & 0xFF00) >> 8);
|
||||
cdb[8] = (byte)(transferLen & 0xFF);
|
||||
if (pba)
|
||||
if(pba)
|
||||
cdb[9] += 0x80;
|
||||
if (sectorCount)
|
||||
if(sectorCount)
|
||||
cdb[9] += 0x40;
|
||||
|
||||
if(sectorCount)
|
||||
|
||||
Reference in New Issue
Block a user