Added Sony HyperStorage media type.

This commit is contained in:
2025-12-01 12:55:34 +00:00
parent 1689c6dd80
commit dd7d2f53ad
2 changed files with 8 additions and 0 deletions

View File

@@ -1625,6 +1625,9 @@ public enum MediaType : uint
ISO_14517_512 = 803,
/// <summary>3,5", M.O., 1041500 sectors, 512 bytes/sector, ISO 15041, 540Mb/cart</summary>
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

View File

@@ -917,6 +917,11 @@ public static class MediaType
discType = "3.5\" magneto-optical";
discSubType = "ISO 15041";
break;
case CommonTypes.MediaType.HSM650:
discType = "3.5\" magneto-optical";
discSubType = "Sony HyperStorage";
break;
case CommonTypes.MediaType.FlashDrive:
discType = "USB flash drive";