Add support for PD650 media.

This commit is contained in:
2019-05-16 23:29:54 +01:00
parent 3d7d50dc25
commit 8fefbb4d00
13 changed files with 290 additions and 153 deletions

View File

@@ -1542,7 +1542,12 @@ namespace DiscImageChef.CommonTypes
{
switch(mediumType)
{
case 0x00: return MediaType.CD;
case 0x00:
return blockSize == 512
? blocks == 1281856
? MediaType.PD650_WORM
: MediaType.PD650
: MediaType.CD;
case 0x01:
case 0x05: return MediaType.CDROM;
case 0x02: