Detect Iomega REV 35Gb in raw images.

This commit is contained in:
2019-07-13 20:46:39 +01:00
parent 7ee83e12dd
commit 4db45c4d82
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ namespace DiscImageChef.DiscImages
{
if(imageInfo.SectorSize == 2048)
{
if(imageInfo.Sectors == 17090880) return MediaType.REV35;
if(imageInfo.Sectors <= 360000) return MediaType.CD;
if(imageInfo.Sectors <= 2295104) return MediaType.DVDPR;
if(imageInfo.Sectors <= 2298496) return MediaType.DVDR;