mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: All refactor in DiscImageChef.Decoders.
This commit is contained in:
@@ -73,7 +73,7 @@ namespace DiscImageChef.Tests.Devices.ATA
|
||||
{
|
||||
start:
|
||||
System.Console.Clear();
|
||||
bool sense = dev.AtapiIdentify(out byte[] buffer, out AtaErrorRegistersCHS errorRegisters,
|
||||
bool sense = dev.AtapiIdentify(out byte[] buffer, out AtaErrorRegistersChs errorRegisters,
|
||||
out double duration);
|
||||
|
||||
menu:
|
||||
|
||||
Reference in New Issue
Block a user