home *** CD-ROM | disk | FTP | other *** search
/ Brotikasten / BROTCD01.iso / amiga / unt64.lha / Read.Me next >
Text File  |  1995-02-16  |  979b  |  24 lines

  1. Purpose:  To pull out the original C64 files from emulator .t64 archives.
  2. Requirements:  An Amiga, .t64 archive files.
  3.  
  4. Version: 1.2 (previous versions displayed no version number)
  5. Contents:  Read.Me - This file
  6.            UnT - the amiga executable
  7.            UnT.e - source for executable, written in E.
  8.  
  9. UnT accepts a single command line argument as the name of a .t64 tape file
  10. and attempts to extract any files that are listed within.  As there are
  11. no PRG, SEQ, USR, etc filetypes on the Amiga, my lack of implementing
  12. anything but PRG in the display should not affect the use of this program.
  13.  
  14. Un-converting logic was based on the description of the .t64 file format
  15. found in the maketape archive (maketape.arj ?) on watson.
  16.  
  17. UnT.e is Public Domain.  Use it, modify it, or toss it as you see fit.
  18.  
  19. * * *
  20.  
  21. Two bugs fixed:  hopefully no longer guru's on .t64's with bogus filelengths
  22. in the header; strips off delimiting spaces around archive filename given on
  23. command line.
  24.