home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Emulatoren / UND6438.LZX / UNd64_388.readme < prev    next >
Encoding:
Text File  |  1996-05-30  |  2.2 KB  |  66 lines

  1. Short:    THE C-64 archive file processor
  2. Author:   Jess Sosnoski (at the below address!!!)
  3. Uploader: starblaz@postoffice.ptd.net
  4. Type:     misc/emu
  5.  
  6. This program is designed to list/test or extract from the following C-64
  7. type archives:
  8. .d64 Diskimages
  9. .x64 Unix C-64 1541/1570 35-track diskimages
  10. .t64 Tapeimages
  11. .p00 Program images
  12. .lnx C-64 LyNX archives (version 10+ and ultimate lynx)
  13.  
  14. REQUIREMENTS
  15. ------------
  16. An Amiga with Kickstart 1.1+ (I don't have 1.0 so I can't test it on that)
  17. about 180K free ram, .d64's, .t64's, and/or .p00 files and a
  18. storage device that will hold them--and possibly the output files.
  19.  
  20. CHANGES:
  21. --------
  22. 38.0:
  23. Totally rewrote I/O routines for even more speed.  Fixed LOTS of bugs,
  24. added ability to not convert filenames.  Oh, yea, added .t64 and .p00
  25. file support, and AmigaGuide docs.
  26.  
  27. 38.1:
  28. Fixed a bug in the command parsing which required one to select another
  29. option in order to use the no filename conversion option.
  30.  
  31. 38.2:
  32. Added optional output path (gee, could be useful).
  33. Now checks dirs for circular links.
  34. Also, now reports illegal track & sector errors (in files or dirs).
  35.  
  36. 38.3:
  37. Fixed a few bugs that were causing the program to permanently eat memory.
  38. Optimized a couple of odds 'n ends too.
  39. Smaller code size than 38.2!
  40.  
  41. 38.4
  42. Finally (totally) fixed the bug in the filesize function, now it will
  43. always free the fileinfoblock when it should.  Removed some redundant
  44. code, eeeeeaaaaand... got smaller code than 38.2 and 38.3
  45. (not much of an update, but definately a bugfix)
  46.  
  47. 38.5
  48. Fixed (hopefully) a bug causing mungwall hits and crashes if a filename
  49. for an archive was longer than 40 characters.  I set the length
  50. of a filename to 255 characters to fix this.
  51. Hmmm...a hair more optimization shrunk the program another 4 bytes.
  52.  
  53. 38.6
  54. Added .x64 support, and possibility to extract .d64 IMG files.
  55.  
  56. 38.7
  57. Rewrote/optimized the .p00 and .t64 routines, and moved them to their own
  58. separate modules.  Fixed 2 bugs in the .t64 processor:
  59. Now closes the output file if an error occured during a write, and
  60. skips over files who's pointer points past the end of the archive.
  61. Fixed a bug in the fileexists function that ignored the path, therefore
  62. only checking the current directory.
  63.  
  64. 38.8
  65. Some small optimizations, and added support for .lnx archives.
  66.