mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.CommonTypes/DiskType.cs:
Added Acorn Archimedes and Commodore 15xx floppies. * DiscImageChef.DiscImages/ImagePlugin.cs: Added DiskTag for PCMCIA CIS and SecureDigital/MMC CID, CSD and extended CSD. * DiscImageChef.Metadata/DiskType.cs: Added known floppies and magneto-opticals. * DiscImageChef/Commands/CreateSidecar.cs: Implemented most support for block media sidecars.
This commit is contained in:
@@ -662,7 +662,15 @@ namespace DiscImageChef.ImagePlugins
|
||||
/// <summary>ATA IDENTIFY DEVICE response</summary>
|
||||
ATA_IDENTIFY,
|
||||
/// <summary>ATA IDENTIFY PACKET DEVICE response</summary>
|
||||
ATAPI_IDENTIFY
|
||||
ATAPI_IDENTIFY,
|
||||
/// <summary>PCMCIA/CardBus Card Information Structure</summary>
|
||||
PCMCIA_CIS,
|
||||
/// <summary>SecureDigital / MMC CID</summary>
|
||||
SD_CID,
|
||||
/// <summary>SecureDigital / MMC CSD</summary>
|
||||
SD_CSD,
|
||||
/// <summary>SecureDigital Extended CSD</summary>
|
||||
SD_ExtendedCSD
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user