home *** CD-ROM | disk | FTP | other *** search
- Short: THE C-64 archive file processor
- Author: Jess Sosnoski (at the below address!!!)
- Uploader: starblaz@postoffice.ptd.net
- Type: misc/emu
-
- This program is designed to list/test or extract from the following C-64
- type archives:
- .d64 Diskimages
- .x64 Unix C-64 1541/1570 35-track diskimages
- .t64 Tapeimages
- .p00 Program images
- .lnx C-64 LyNX archives (version 10+ and ultimate lynx)
-
- REQUIREMENTS
- ------------
- An Amiga with Kickstart 1.1+ (I don't have 1.0 so I can't test it on that)
- about 180K free ram, .d64's, .t64's, and/or .p00 files and a
- storage device that will hold them--and possibly the output files.
-
- CHANGES:
- --------
- 38.0:
- Totally rewrote I/O routines for even more speed. Fixed LOTS of bugs,
- added ability to not convert filenames. Oh, yea, added .t64 and .p00
- file support, and AmigaGuide docs.
-
- 38.1:
- Fixed a bug in the command parsing which required one to select another
- option in order to use the no filename conversion option.
-
- 38.2:
- Added optional output path (gee, could be useful).
- Now checks dirs for circular links.
- Also, now reports illegal track & sector errors (in files or dirs).
-
- 38.3:
- Fixed a few bugs that were causing the program to permanently eat memory.
- Optimized a couple of odds 'n ends too.
- Smaller code size than 38.2!
-
- 38.4
- Finally (totally) fixed the bug in the filesize function, now it will
- always free the fileinfoblock when it should. Removed some redundant
- code, eeeeeaaaaand... got smaller code than 38.2 and 38.3
- (not much of an update, but definately a bugfix)
-
- 38.5
- Fixed (hopefully) a bug causing mungwall hits and crashes if a filename
- for an archive was longer than 40 characters. I set the length
- of a filename to 255 characters to fix this.
- Hmmm...a hair more optimization shrunk the program another 4 bytes.
-
- 38.6
- Added .x64 support, and possibility to extract .d64 IMG files.
-
- 38.7
- Rewrote/optimized the .p00 and .t64 routines, and moved them to their own
- separate modules. Fixed 2 bugs in the .t64 processor:
- Now closes the output file if an error occured during a write, and
- skips over files who's pointer points past the end of the archive.
- Fixed a bug in the fileexists function that ignored the path, therefore
- only checking the current directory.
-
- 38.8
- Some small optimizations, and added support for .lnx archives.
-