Page 1 of 1

bin2cas.pl 3.14

Posted: Mon Feb 07, 2022 9:41 pm
by sixxie
I don't know if anyone else actually uses this, but I bolted ZX0 decompression support into bin2cas.pl (uses the "salvador" external tool for compression). Achieves better compression than dzip, but needs a larger decompressor. With thanks to Doug Masten for writing a 6809 unpacker (slightly optimised for space to get it into a filename block along with other features).

http://www.6809.org.uk/dragon/#castools

Salvador: https://github.com/emmanuel-marty/salvador

And here's Doug's repo: https://github.com/dougmasten/zx0-6x09

Re: bin2cas.pl 3.14

Posted: Thu Feb 10, 2022 12:24 pm
by tjewell
I still use this :)

Re: bin2cas.pl 3.14

Posted: Thu Feb 10, 2022 12:57 pm
by sixxie
tjewell wrote: Thu Feb 10, 2022 12:24 pm I still use this :)
Oh cool, good to know! The ZX0 compression really is a lot better; noticeably slower decompression, but not too bad (and more than made up for in reduced loading time). It's worth giving it a go (much as it might be "NIH" ;) )