Add floptical detection.

This commit is contained in:
2020-05-13 10:42:15 +00:00
parent f207b393ee
commit f39d205516

View File

@@ -446,7 +446,8 @@ namespace Aaru.CommonTypes
}
return MediaType.Unknown;
case 0x1E: return MediaType.DOS_35_DS_DD_9;
case 0x20 when blockSize == 512 && blocks == 40662: return MediaType.Floptical;
case 0x1E: return MediaType.DOS_35_DS_DD_9;
case 0x41:
switch(blocks)
{