diff --git a/Aaru.Images/CHD/Read.cs b/Aaru.Images/CHD/Read.cs index 57f7cf5ac..748eb7815 100644 --- a/Aaru.Images/CHD/Read.cs +++ b/Aaru.Images/CHD/Read.cs @@ -337,6 +337,9 @@ namespace Aaru.DiscImages case 5: { + // TODO: Check why reading is misaligned + throw new ImageNotSupportedException("CHD version 5 is not yet supported."); + ChdHeaderV5 hdrV5 = Marshal.ByteArrayToStructureBigEndian(buffer); AaruConsole.DebugWriteLine("CHD plugin", "hdrV5.tag = \"{0}\"",