Adjusted several parameters for CD-i file system.

This commit is contained in:
2017-10-13 22:19:04 +01:00
parent 717f12b48a
commit a8a1cc4d1c
3 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ namespace DiscImageChef.Filesystems.ISO9660
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 32)]
public byte[] escape_sequences;
public ushort reserved2;
public ushort volume_set_siz;
public ushort volume_set_size;
public ushort reserved3;
public ushort volume_sequence_number;
public ushort reserved4;
@@ -63,7 +63,7 @@ namespace DiscImageChef.Filesystems.ISO9660
public uint reserved5;
public uint path_table_size;
public ulong reserved6;
public uint type_m_path_table;
public uint path_table_addr;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 38)]
public byte[] reserved7;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 128)]