Add detection of REV70 media.

This commit is contained in:
2020-02-13 20:26:32 +00:00
parent 6eb09b6952
commit 8803eac016

View File

@@ -451,11 +451,11 @@ namespace DiscImageChef.CommonTypes
switch(blocks)
{
case 58620544: return MediaType.REV120;
case 34185728: return MediaType.REV70;
case 17090880: return MediaType.REV35;
// TODO: Unknown value
default: return MediaType.REV70;
}
break;
case 0x44:
switch(blocks)
{