home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / v2 / tdx.lzh / tdx.readme < prev    next >
Encoding:
Text File  |  1991-06-09  |  1.9 KB  |  64 lines

  1. Trackdisk.Device X-clicker Version 0.3
  2. --------------------------------------
  3. Yet more changes.
  4.  
  5. I now make calls to Forbid and Permit to switch off and on multitasking.
  6.  
  7. This is necessary to prevent disk corruption in the event that another
  8. process is accessing the unit being modified.
  9.  
  10. I cleaned up the code a bit with Pragmas and prototypes, interesting that
  11. BLINK won't bother looking in amiga2.0.lib now.
  12.  
  13. - LKC 910608
  14.  
  15. Trackdisk.Device X-clicker Version 0.2
  16. --------------------------------------
  17. I've made some more changes.
  18.  
  19. - It now checks to see if it was started from Workbench
  20. - The message on Drive status is more descriptive
  21. - It checks that Trackdisk.Device is at least version 36
  22. - It can take a parameter which are numbers for the units you wish to
  23.   make effect to.
  24.  
  25.   For example, I had 3 drives on my A3000.
  26.   1 - internal
  27.   2 - externals
  28.   One of the externals is an old Amiga 1010 with the NEC mechanism, which
  29.   uses a metal stop at track 0.  In other words it clicks even loader.
  30.   The other external doesn't have pass through.
  31.  
  32.   So to use TDX on just drives 0 and 3, leaving 2 and the non-existent 1
  33.   alone.
  34.  
  35.   TDX 03
  36.  
  37.   This only applies for CLI usage.
  38.  
  39. NOTE: that TDX just toggles the flag for the unit.
  40.  
  41.  - LKC 91-06-07
  42.  
  43. Trackdisk.Device X-clicker Version 0.1
  44. --------------------------------------
  45. Here it is....the little program everybody's been looking for, but nobody
  46. can find.
  47.  
  48. After running up a massive phone bill, it came up bigger than what I got
  49. from running a Citadel BBS (Lunatic Haven), looking for an elusive program
  50. to make my Floppy Drives to stop clicking.
  51.  
  52. I downloaded many programs, and got nowhere.
  53.  
  54. So, looking at my 2.0 headers (about 500 pages)...I worked out a quick little
  55. program to flip the bit to make the drives stop clicking.
  56.  
  57. And, after an hour of hacking....here it is.  It works!  I can't believe the
  58. silence!
  59.  
  60. There's bound to be bugs and things that could have been done better, but
  61. here it is anyways.
  62.  
  63. LKC 910606
  64.