Yes indeed...
DMS format is the best known on AMIGA to compress image of a disk.
But this format has several problems in addition to the damage of time (scratched CD, failed hard drive, bad transfers ...).
So I wrote a program for testing, decompress and repair DMS files :
For the moment :
- Decoding the header (overall and track)
- Checksum16 (U.CRC)
- CRC16 (D.CRC)
- Simple (RLE), Quick and Medium unpacking algo (unpack in memory for the moment)
- Repairing a faulty byte (the routine is written but not yet implemented and very slow)
I started two weeks ago to learn a new language ... work in progress