home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 18 / amigaformatcd18.iso / -in_the_mag- / emulation / emus / fs1541 / fs1541-12.readme < prev    next >
Text File  |  1997-07-31  |  2KB  |  54 lines

  1. Short:    FileSystem for CBM 1541 disks, v1.2+src.
  2. Author:   rawstyle@ms.demo.org (Michael Krause)
  3. Uploader: rawstyle@ms.demo.org (Michael Krause)
  4. Type:     misc/emu
  5.  
  6.  
  7. Forget all those nasty tools to read files from 1541 disks:
  8.  
  9. FS1541 is a full-blown AmigaDOS file system, which reads and writes the CBM
  10. 1541  disk  format.   The  CBM 1541 floppy drive has been the standard disk
  11. drive  for the C64 computer series, and many people still have disks flying
  12. around.   In  order  to  process  disks  directly, you need the >Catweasel<
  13. floppy  disk  controller  and a 5.25 inch drive, without it you have to get
  14. "fmsdisk.device" from Aminet or somewhere, which lets you operate on ".d64"
  15. disk image files.
  16.  
  17. Complete source in C is included.
  18.  
  19.  
  20. v1.2 (29-May-97)
  21. - Fixed possible crash when mounting the device from DEVS:DOSDrivers,
  22.   before the Workbench is started.
  23. - Included disk icon from Thomas Broß and the ICON startup option.
  24.  
  25. v1.1 (19-Feb-97)
  26. - Bug fixed in handling of unformatted disks.
  27. - German translation of TFM
  28.  
  29. v1.0 (20-Jan-96)
  30. - You can rename files and disks now!
  31. - Writing many small files is faster, since the BAM update is done only
  32.   once: one second after the last access, just like the ROM FileSystem
  33.   does it.
  34. - Removed bug in ACTION_PARENT
  35.  
  36. v0.7 (15-Dec-96)
  37. - Block allocation assumed a wrong BAM structure, now fixed.
  38. - Virtual file '$opt'
  39. - Formatting
  40. - Everything works fine with the new multidisk.device 2.0!
  41.  
  42. v0.6 (08-Dec-96)
  43. - You can write files now!
  44. - Virtual file '$'
  45. - Some small bugs fixed
  46.  
  47. v0.5 (24-Nov-96)
  48. - First public release
  49.  
  50.  
  51.  
  52. - Michael Krause
  53.   rawstyle@ms.demo.org
  54.