Added support for LS-240 SuperDisk and FD32MB.

This commit is contained in:
2017-11-29 15:54:39 +00:00
parent e9e1e456ad
commit 2763bef273
5 changed files with 29 additions and 0 deletions

View File

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