Added support for the Apridisk disk image format, for ACT Apricot disk

images.
This commit is contained in:
2017-09-22 23:02:30 +01:00
parent 473f9b39cc
commit 452f077af9
14 changed files with 672 additions and 2 deletions

View File

@@ -189,6 +189,8 @@ namespace DiscImageChef.CommonTypes
return MediaType.DOS_35_SS_DD_9;
case 610:
return MediaType.IBM33FD_512;
case 616:
return MediaType.Apricot_35;
case 640:
return MediaType.DOS_35_SS_DD_8;
case 720: