From 6586d467f8d6f5a76f7a512f127847cdc2f8f327 Mon Sep 17 00:00:00 2001 From: Emmanuel Marty Date: Thu, 25 Mar 2021 10:13:45 +0100 Subject: [PATCH] Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1cc1905 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +A fast decompressor for the ZX0 format for 680x0 CPUs. + +ZX0 by Einar Saukas, a successor to ZX7, reaches compression ratios in the ballpark of Exomizer, without requiring any decompression tables. + +Use [ZX0](https://github.com/einar-saukas/ZX0) for compression here. + +The ZX0 depacker for 680x0 is available under the zlib license. You can use it in any way that you like. +