* 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:
2016-01-01 00:01:42 +00:00
parent cdcbb1e21a
commit 62768b3e6b
8 changed files with 522 additions and 6 deletions

View File

@@ -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>