From 5cfec00d87b8bdcd5106bb7de43765ddf4a73939 Mon Sep 17 00:00:00 2001 From: Emmanuel Marty Date: Thu, 15 Apr 2021 13:21:26 +0200 Subject: [PATCH] Add Apple II+/IIe demo link to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef5b2e5..03c4eca 100755 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ The [desolate](https://github.com/nzeemin/spectrum-desolate) game port to the ZX [Marsmare: Alienation](https://zxonline.net/game/marsmare-alienation/), the winner of the recent [Yandex Retro Games Battle 2020](https://yandex.ru/museum/yrgb-2020-en), is using LZSA to compress its assets. +The [Lowtech demo](https://github.com/wiz21b/lowtech) for the Apple II+ and IIe, by Wiz/Imphobia, compresses data with LZSA. + The LZSA compression tool uses an aggressive optimal packing strategy to try to find the sequence of commands that gives the smallest packed file that decompresses to the original while maintaining the maximum possible decompression speed. The compression formats give the user choices that range from decompressing faster than LZ4 on 8-bit systems with better compression, to compressing as well as ZX7 with much better decompression speed. LZSA1 is designed to replace LZ4 and LZSA2 to replace ZX7, in 8-bit scenarios.