Add detection of SQ2000 and SQ800 media.

This commit is contained in:
2020-02-11 20:48:34 +00:00
parent b00addabf1
commit 6eb09b6952

View File

@@ -81,8 +81,10 @@ namespace DiscImageChef.CommonTypes
switch(blocks)
{
case 173456: return MediaType.SQ800;
case 215440: return MediaType.SQ310;
case 262144: return MediaType.EZ135;
case 390696: return MediaType.SQ2000;
case 450560: return MediaType.EZ230;
case 524288: return MediaType.SQ327;
case 1961069: return MediaType.SparQ;