mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added Sony HyperStorage media type.
This commit is contained in:
@@ -1625,6 +1625,9 @@ public enum MediaType : uint
|
|||||||
ISO_14517_512 = 803,
|
ISO_14517_512 = 803,
|
||||||
/// <summary>3,5", M.O., 1041500 sectors, 512 bytes/sector, ISO 15041, 540Mb/cart</summary>
|
/// <summary>3,5", M.O., 1041500 sectors, 512 bytes/sector, ISO 15041, 540Mb/cart</summary>
|
||||||
ISO_15041_512 = 804,
|
ISO_15041_512 = 804,
|
||||||
|
/// <summary>3,5", M.O., ??????? sectors, propietary, 650Mb/cart, Sony HyperStorage</summary>
|
||||||
|
[Description("Sony HyperStorage")]
|
||||||
|
HSM650 = 805,
|
||||||
|
|
||||||
#endregion Magneto-optical, types 800 to 819
|
#endregion Magneto-optical, types 800 to 819
|
||||||
|
|
||||||
|
|||||||
@@ -917,6 +917,11 @@ public static class MediaType
|
|||||||
discType = "3.5\" magneto-optical";
|
discType = "3.5\" magneto-optical";
|
||||||
discSubType = "ISO 15041";
|
discSubType = "ISO 15041";
|
||||||
|
|
||||||
|
break;
|
||||||
|
case CommonTypes.MediaType.HSM650:
|
||||||
|
discType = "3.5\" magneto-optical";
|
||||||
|
discSubType = "Sony HyperStorage";
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case CommonTypes.MediaType.FlashDrive:
|
case CommonTypes.MediaType.FlashDrive:
|
||||||
discType = "USB flash drive";
|
discType = "USB flash drive";
|
||||||
|
|||||||
Reference in New Issue
Block a user