Short: THE C-64 archive file processor v38.14 Author: Jess Sosnoski (at the below address!!!) Uploader: starblaz@postoffice.ptd.net Type: misc/emu Replaces: UNd64.lha Version: 38.14 Long: This program is designed to list/test or extract from the following C-64 type archives: .d64 Diskimages (174848 & 175531-byte varieties) .x64 Unix C-64 1541/1570 35-track diskimages .t64 Tapeimages .p00 Program images .lnx C-64 LyNX archives (ALL versions, both punter & xmodem types) .lbr C-64 Library Archives .sfx C-64 self-extracting archives (converts conveniently to lzh/lha) 1!zipcode RLE-compressed split diskimages NOTE ---- I've noticed some people referring to this program as version 0.xxx It's VERSION 38 REVISION 14...not version 0.3814. Thank you :) REQUIREMENTS ------------ An Amiga with Kickstart 1.1+ (I don't have 1.0 so I can't test it on that) about 200K contiguous free ram, some supported archive files, and a storage device that will hold them--and possibly the output files. CHANGES: -------- 38.0--38.12 Removed to Save Space (See docs for complete history) 38.13 Reordered the .guide file. Changed the way .d64 data was stored in memory...therefore IT NO LONGER EATS UP 180K+ every time you run it...it only allocates the memory it needs, when it needs it. 38.14b1 (see below, but w/o Swedish docs) 38.14 Added fixp00 function. Added 1!zipcode RLE-compressed split diskimage support! (finally) Fixed filename conversion bugs. Added second pass space-padding removal in case filename conversion generated spaces. Added output of comments in X64 archives. Added TEENY TINY optimizations that ya probably won't notice.