mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added support for LS-240 SuperDisk and FD32MB.
This commit is contained in:
@@ -113,6 +113,7 @@ namespace DiscImageChef.Metadata
|
||||
case CommonTypes.MediaType.HiFD:
|
||||
case CommonTypes.MediaType.UHD144:
|
||||
case CommonTypes.MediaType.Apricot_35:
|
||||
case CommonTypes.MediaType.FD32MB:
|
||||
// According to ECMA-100 et al
|
||||
dmns.Height = 94;
|
||||
dmns.HeightSpecified = true;
|
||||
|
||||
@@ -1448,6 +1448,10 @@ namespace DiscImageChef.Metadata
|
||||
DiscType = "SuperDisk";
|
||||
DiscSubType = "LS-240";
|
||||
break;
|
||||
case CommonTypes.MediaType.FD32MB:
|
||||
DiscType = "3.5\" floppy";
|
||||
DiscSubType = "FD32MB";
|
||||
break;
|
||||
case CommonTypes.MediaType.UHD144:
|
||||
DiscType = "UHD144";
|
||||
DiscSubType = "UHD144";
|
||||
|
||||
Reference in New Issue
Block a user