Decode Amiga extensions to ISO9660.

This commit is contained in:
2019-07-28 17:29:45 +01:00
parent f761df9fc9
commit 282781cfd1
4 changed files with 63 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ namespace DiscImageChef.Filesystems.ISO9660
class DecodedDirectoryEntry
{
public byte[] AmigaComment;
public AmigaProtection? AmigaProtection;
public byte? AppleDosType;
public byte[] AppleIcon;
public ushort? AppleProDosType;