ZX0 Compression Functions
ZX0 "modern" format is not supported, because it costs an extra 4 bytes of code in this decompressor, and it runs slower.
Use Emmanuel Marty's SALVADOR ZX0 compressor which can be found here
https://github.com/emmanuel-marty/salvador
To create a ZX0 file to decompress to RAM
salvador -classic
To create a ZX0 file to decompress to VRAM, using a 2KB ring-buffer in RAM
salvador -classic -w 2048
Last updated