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