home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / caddy.zip / CADDY.DOC next >
Text File  |  1988-03-08  |  2KB  |  53 lines

  1.                        CADDY.EXE V. 1.1  DOCUMENTATION
  2.                                       by 
  3.                                Michael C. Taylor
  4.  
  5.     NOTE - release 1.1 fixes a potential memory overflow error in
  6.            CADDY (as well as the previous misspelling!).
  7.          - also improved logic to prevent multiple installations 
  8.            of CADDY.
  9.  
  10.  
  11.     CADDY is a memory-resident utility designed for use with Accolade's
  12. MEAN-18 golf simulation.  Since I'm not an outdoor duffer and limit my
  13. hacking to MEAN-18, I don't know a whole lot about different clubs, swings,
  14. etc.  Because of this, I designed CADDY, a memory-resident table that 
  15. tells how far the ball will travel for each club for 3 types of swings.
  16.  
  17.     To activate CADDY, simply type CADDY before playing MEAN-18.  This 
  18. will install the program which will be activated whenever F1 is pressed.
  19. The table that appears shows 3 types of swings for each club.  The first
  20. is a full swing.  The second (labeled SHORT) is a swing one line from the
  21. top on the MEAN-18 "swing meter".  The last one (DOTTED) is a swing up to
  22. the dotted line on the meter (roughly 1/2 swing).
  23.  
  24.     While playing MEAN-18, pressing F1 will display this table for roughly
  25. 10 seconds before returning to the Golf game.  
  26.  
  27.     CADDY can be included in a batch file, since I have included logic to
  28. prevent the program from loading itself more than once (If you try to do this
  29. you will get a "CADDY already installed" message.
  30.  
  31.     CADDY was programmed in Turbo Pascal release 4.0 and a listing is 
  32. included.  Currently, the program does not UNinstall itself, which means
  33. that after the golf game, pressing F1 will still display the help screen.
  34. I hope to add this function in future releases.  Also, I would like to add
  35. a routine to allow you to press a key to return to MEAN-18, rather than
  36. use the delay routine.
  37.  
  38.     If anyone has any Inline assembler and/or pascal suggestions on how to
  39. do either, I would appreciate hearing from you (I've already tried several
  40. Pascal routines which invariably "hang" the system so I went to using the
  41. Delay statement).
  42.  
  43.     I would also be interested in hearing any suggestions or comments on
  44. the program and what else may be useful in Online CADDY.
  45.  
  46. Enjoy!
  47.  
  48.                                Michael C. Taylor
  49.                              129 Country Club Rd.
  50.                              Pine Hill, NJ  08021
  51.                             Compuserve: 76625,2552
  52.  
  53.