Added Lisa filesystem code.

This commit is contained in:
2016-07-22 02:18:53 +01:00
parent 2454f68f36
commit 679f99cb37
7 changed files with 1021 additions and 9 deletions

View File

@@ -53,6 +53,8 @@ namespace DiscImageChef.Filesystems.LisaFS
const UInt16 FILEID_BITMAP = 0x0002;
const UInt16 FILEID_SRECORD = 0x0003;
const UInt16 FILEID_DIRECTORY = 0x0004;
const Int16 FILEID_BOOT_SIGNED = -21846;
const Int16 FILEID_LOADER_SIGNED = -17477;
// "Catalog file"
const UInt16 FILEID_ERASED = 0x7FFF;
const UInt16 FILEID_MAX = FILEID_ERASED;