home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / misc / ppazip / ppazip.readme < prev    next >
Encoding:
Text File  |  1998-03-09  |  1.4 KB  |  44 lines

  1. Short:    Iomega ZIP Parallel Interface 0.5
  2. Author:   bhabbott@inhb.co.nz (Bruce Abbott)
  3. Uploader: bhabbott@inhb.co.nz (Bruce Abbott)
  4. Version:  0.5
  5. Type:     hard/hack
  6. Replaces: hard/hack/ppazip.lha
  7.  
  8. An experimental interface and driver for the parallel Iomega ZIP drive.
  9.  
  10. History
  11. -------
  12.  
  13.   v0.0 - Initial release
  14.  
  15.   v0.1 - Corrected pin numbers on circuit diagram
  16.  
  17.   v0.2 - Fixed bug in timedelay (was not freeing memory).
  18.  
  19.        - Now obtaining joystick port legally, via gameport.device
  20.  
  21.   v0.3 - Split large data transfers into 128K blocks, rather
  22.          than using MaxTransfer setting in mountlist. This
  23.          circumvents a bug in CrossDOSFileSystem v39.4 (which
  24.          corrupts files if _any_ Maxtransfer setting is used).
  25.  
  26.  
  27.   v0.4 - Using TEST_UNIT_READY and READ_SENSE commands to
  28.          determine if r/w error is actually 'no disk in drive'.
  29.  
  30.        - Increased timeouts up to 3 seconds (greater than
  31.          maximum drive spinup time).
  32.  
  33.        - Reduced Timer overhead. Now only opening timer.device
  34.          once, instead of on every time delay. Allocated ioreqs
  35.          static instead of using AllocMem.
  36.  
  37.   v0.5 - Using 10 byte SCSI read/write commands. Can now do large
  38.          transfers (>128K) directly.
  39.  
  40.        - Included circuit diagram with no 7407 buffer chip, as
  41.          buffering is not required in most cases.
  42.  
  43.        - Included 'ZIPC' mountlist for peecee formatted disks.
  44.