Identify audio MiniDisc.

This commit is contained in:
2020-01-30 22:41:50 +00:00
parent 49d3aac3ab
commit 2a616293fa

View File

@@ -1540,6 +1540,12 @@ namespace DiscImageChef.CommonTypes
mediumType != 0x07)
return MediaType.UnknownMO;
// Audio format MiniDisc, cannot be read with a Hi-MD drive afaik
if(blockSize == 0 &&
blocks == 0 &&
model.StartsWith("Hi-MD"))
return MediaType.MD;
switch(blockSize)
{
case 512: