Adds support for marshaling a whole disk, tracks and sectors
as well as decoding sectors in 5and3 and 6and2 GCRs.
* DiscImageChef.Decoders/Floppy/AppleSony.cs:
Adds support for marshaling a whole disk, tracks and sectors
as well as decoding GCR sectors.
* DiscImageChef.DiscImages/AppleNIB.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Adds support for Apple nibble disk images.
Adds support for marshaling a whole disk, tracks and sectors
as well as decoding sectors in 5and3 and 6and2 GCRs.
* DiscImageChef.Decoders/Floppy/AppleSony.cs:
Adds support for marshaling a whole disk, tracks and sectors
as well as decoding GCR sectors.
* DiscImageChef.DiscImages/AppleNIB.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Adds support for Apple nibble disk images.
Correct calculation of tables.
* DiscImageChef.DiscImages/VDI.cs:
Correct IBM reading.
* DiscImageChef.Filesystems/FAT.cs:
Not all FAT16 implementations set media descriptor
correctly.
* DiscImageChef/Commands/Compare.cs:
Do not reuse FiltersList, for some reason same filter is
being returned already opened.
Removed debug messages.
* DiscImageChef.Filesystems/FAT.cs:
Corrected syntax bug.
* DiscImageChef.Filters/Filters.cs:
Corrected handling of "No filter".
* DiscImageChef.Filesystems/AmigaDOS.cs:
Corrected detection of FFS on hard disks and FFS with block
sizes > sector size.
* README.md:
* DiscImageChef.DiscImages/NDIF.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Adds support for Apple NDIF images, closes#47
* Claunia.RsrcFork:
* DiscImageChef.DiscImages/UDIF.cs:
* DiscImageChef.DiscImages/DiskCopy42.cs:
Try to get and use "vers" resource from the Resource Fork to
get ImageApplication and its version.
* DiscImageChef.Filters/OffsetStream.cs:
Corrected OffsetStream arithmetic bug.