Reverse engineered S-Records, use them. They are a must for

V2.
This commit is contained in:
2016-07-28 03:41:57 +01:00
parent 44d436ab04
commit 0484d66c14
6 changed files with 228 additions and 145 deletions

View File

@@ -54,6 +54,7 @@ namespace DiscImageChef.Filesystems.LisaFS
MDDF mddf;
ulong volumePrefix;
int devTagSize;
SRecord[] srecords;
#region Caches
Dictionary<Int16, ExtentFile> extentCache;