home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / joyread.zip / JOYREAD.DOC < prev   
Text File  |  1992-03-13  |  758b  |  16 lines

  1.       Documentation for JOYREAD.ASM/COM
  2.  
  3.    JOYREAD was written to allow me to adjust the potentiometers on my
  4. joystick (the planes in Flight Simulator kept banking left on me !). It
  5. continously reads and displays the values of the potentiometers which
  6. sense the stick position and the status of the buttons. The program was
  7. originally written for an XT clone using a software loop which directly
  8. accessed the game adaptor port, however when I upgraded to an AT clone
  9. with a higher clock speed this method was no longer adequate.
  10.  
  11.    Fortunately, the new BIOS for AT machines contains a function which
  12. solved the problem. The current version of JOYREAD allows one to select
  13. either method to read the potentiometer values, pressing `m' toggles
  14. between them.
  15.  
  16.