home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / books / 68k_book / arp_src / prg_9ar.txt < prev    next >
Text File  |  1985-11-20  |  4KB  |  65 lines

  1. May 10, 1989
  2.  
  3.      I have used Switch/Back from Alpha Systems for many months.  Shortly
  4. after I began the book "Atari ST Machine Specific Programming in Assembly",
  5. I became discouraged because of the amount of time required to set up a
  6. session with 1st Word Plus.  The Switch/Back package alleviated the time
  7. required to load the document and the dictionary by cutting the time down to
  8. seconds.  So I was very happy.  At that time I had a 1040ST.
  9.  
  10.      I soon realized that a 2-meg machine would permit me to use more desk
  11. accessories while still taking advantage of Switch/Back partitions.  So I
  12. purchased a MEGA ST2.  That's when I began to have problems with the Switch/
  13. Back hardware (the dongle) which must be installed in the parallel interface
  14. port.  To say that it was unreachable on the MEGA is to assess the situation
  15. mildly.  Therefore, I purchased an extra cable so that I could run put the
  16. dongle in between and rest it on my desk.  That's when the dongle began to
  17. malfunction.  The button would work only if I grasped it just right, wiggled
  18. it and pressed 5 or 6 times.  Furthermore, I noticed that during certain
  19. testing that I perform with my printer for the book, the dongle interferred.
  20.  
  21.      I took a good look at Revolver, decided it was worth the money and
  22. purchased that package.  The Revolver package has many advantages, not the
  23. least of which is that a dongle is not required.  But the advantage I with
  24. which I was most enthused was that a very small 256-byte partition would be
  25. used in conjunction with a very large partition consisting of the remaining
  26. portion of ram.
  27.  
  28.      As far as I am concerned, the major enhancement to the ST that these
  29. programs introduce is the ability to get a session started immediately after
  30. boot.  I soon discovered that I was able to obtain a faster setup response
  31. with Switch/Back, especially when I split the MEGA ST2 into two 1-meg
  32. partitions.
  33.  
  34.      I was disappointed that the designers of Switch/Back had not yet realized
  35. that the value of the package would increase if the dongle would be eliminated.
  36. Since no assistance seemed forthcoming, I decided to do something about the
  37. problem myself.
  38.  
  39.      I designed a software dongle which I intended to introduce in a later
  40. chapter of the book.  After reading several magazine articles which tend to
  41. diminish the power of Switch/Back because of the dongle requirement, I have
  42. decided to upload the software dongle so that those who have already purchased
  43. Switch/Back will be able to continue to enjoy its distinct advantages, and
  44. those contemplating a purchase will not be deterred merely because the 
  45. hardware dongle is a disadvantage.
  46.  
  47.      I feel that both products are valuable assets, and I offer the software
  48. dongle with no malice and with no intentions infringing on anyone's software
  49. rights.  But I am stuck with a package that I can not use without my own
  50. program, and I think that there are others suffering the same fate.  That is
  51. an untolerable situation.
  52.  
  53.      To use the software dongle, place DONGTRAP.PRG in the AUTO folder of
  54. your boot disk.  Place DONGLE.ACC in the root directory of your boot disk.
  55. When you are ready to perform a function that would require a press of the
  56. hardware switch, select DONGLE from the accessory menu.  The screen will
  57. darken as expected, then you can select your function.  By the way, there
  58. will no longer be a need for the hardware dongle, so you can remove it.
  59.  
  60.      The design of these programs will be discussed in a later chapter of the
  61. book.
  62.   
  63.  
  64.   
  65.