Corrected AMIX mappings.

This commit is contained in:
2017-07-08 19:23:52 +01:00
parent dab93a2bad
commit adf4549371
36 changed files with 7130 additions and 5 deletions

View File

@@ -93,13 +93,13 @@ namespace DiscImageChef.PartPlugins
/// </summary>
const uint TypeIDFFS2 = 0x444F5307;
/// <summary>
/// Type ID for Amiga UNIX System V filesystem
/// </summary>
const uint TypeIDAMIXSysV = 0x554E4900;
/// <summary>
/// Type ID for Amiga UNIX boot filesystem
/// </summary>
const uint TypeIDAMIXBoot = 0x554E4901;
const uint TypeIDAMIXBoot = 0x554E4900;
/// <summary>
/// Type ID for Amiga UNIX System V filesystem
/// </summary>
const uint TypeIDAMIXSysV = 0x554E4901;
/// <summary>
/// Type ID for Amiga UNIX BSD filesystem
/// </summary>