mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add Hi-MD type for SCSI MODE header.
This commit is contained in:
@@ -94,8 +94,9 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
case MediumTypes.WORM_RW:
|
||||
return "a combination of write-once and erasable optical";
|
||||
*/
|
||||
case MediumTypes.DOW: return"a direct-overwrite optical";
|
||||
default: return$"Unknown medium type 0x{(byte)type:X2}";
|
||||
case MediumTypes.DOW: return"a direct-overwrite optical";
|
||||
case MediumTypes.HiMD: return"a Sony Hi-MD disc";
|
||||
default: return$"Unknown medium type 0x{(byte)type:X2}";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user