diff options
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,8 +1,5 @@ -unalf is a decompressor for the ALF file format, as used on the Atari -8-bit computers in the late 1980s. - -Currently, unalf is working and has been fairly well tested against -various ALF archives. +unalf is a compressor and decompressor for the ALF file format, as +used on the Atari 8-bit computers in the late 1980s. The latest unalf source is avaailable at: @@ -10,7 +7,7 @@ The latest unalf source is avaailable at: The latest Windows binary release is available at: - https://slackware.uk/~urchlay/unalf4win/unalf-0.1.0-win64.zip + https://slackware.uk/~urchlay/unalf4win/unalf-0.2.0-win64.zip The ultimate goal of this project is to reimplement the ALF compression and decompression algorithms on modern systems aka @@ -18,6 +15,11 @@ Linux and anything else that's POSIX-ish. It's also intended to be a repository of information about the ALF archiver (and UNALF dearchiver). +Currently, the compressor (alf) and the decompressor (unalf) are +working, though not widely tested. Possibly I should change the name +of this project from "unalf" to something like "alf-tools", now that +it has a compressor, too. + The original LZ.COM/DZ.COM (aka ALF/UNALF) programs for the Atari were written by Alfred. |
