Corrected Apricot disk size.

This commit is contained in:
2017-09-22 23:32:11 +01:00
parent 3ef35c927c
commit 39e9164c1c
11 changed files with 28 additions and 14 deletions

View File

@@ -163,6 +163,20 @@ namespace DiscImageChef.ImagePlugins
break;
}
break;
case 70:
switch(fdihdr.bps)
{
case 512:
switch(fdihdr.spt)
{
case 9:
if(fdihdr.heads == 1)
ImageInfo.mediaType = MediaType.Apricot_35;
break;
}
break;
}
break;
case 77:
switch(fdihdr.bps)
{