Free, zlib licensed ZX0 decompressor for the 68000 (optimized for speed)
Go to file
Emmanuel Marty 6586d467f8
Add README
2021-03-25 10:13:45 +01:00
README.md Add README 2021-03-25 10:13:45 +01:00
unzx0_68000.S Add 68000 depacker for ZX0 2021-03-25 10:08:37 +01:00

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 for compression here.

The ZX0 depacker for 680x0 is available under the zlib license. You can use it in any way that you like.