Add detection of Castlewood Orb 2.2Gb cart.

This commit is contained in:
2020-02-02 19:02:16 +00:00
parent e34d234ed5
commit 3f0f9c53a1

View File

@@ -156,6 +156,15 @@ namespace DiscImageChef.CommonTypes
return blocks == 625134256 ? MediaType.RDX320 : MediaType.RDX;
}
if(vendor.ToLowerInvariant().StartsWith("cws orb"))
{
switch(blocks)
{
case 4307184 when blockSize == 512: return MediaType.Orb;
default: return MediaType.Unknown;
}
}
switch(mediumType)
{
case 0x01: