home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / pmm.zip / PMM.DOC next >
Text File  |  2009-09-11  |  3KB  |  110 lines

  1.  
  2.  
  3. /*****************************************************************************/
  4.  
  5.  
  6.  
  7.  
  8.                            Thank-You For Selecting The
  9.  
  10.  
  11.  
  12.  
  13.                               Poor Mans Mouse
  14.  
  15.  
  16.  
  17.  
  18.                           Written By The Unholy Pirate
  19.  
  20.                           (C) Unholy Pirate Programs Inc.
  21.  
  22.  
  23.  
  24. /****************************************************************************/
  25.  
  26.  
  27.  
  28.                 CALLING THE POOR MANS MOUSE FROM DOS
  29.  
  30.  
  31.         Type at the DOS System prompt PMM [#####]
  32.  
  33.                 where ##### is a user definable typematic speed for the mouse.
  34.  
  35.  
  36.                 I suggest the default value be used. If a small value is given, 
  37.                 the debounce of the joystick buttons is affected causing
  38.                 multiple characters to be outputed by holding the button down
  39.                 too long. Also the speed of the mouse at slow speed becomes 
  40.                 almost equal to the full speed.
  41.  
  42.           
  43.                       **********WARNING**********
  44.  
  45.         DO NOT RELOAD THE POOR MANS MOUSE WITHOUT FIRST RE-BOOTING THE SYSTEM
  46.         AS THE SYSTEM WILL HANG.
  47.  
  48.                       **********WARNING**********
  49.  
  50.  
  51. /*****************************************************************************/
  52.         
  53.  
  54.                 FEATURES OF THE POOR MANS MOUSE
  55.  
  56.                         * Variable Speed Cursor Movement From Joystick
  57.                         * User Definable Typematic Speed of Mouse
  58.                         * User Definable Joystick Buttons
  59.                         * Takes Up About 19K Memory
  60.                         * Compatible With Any Program Using BIOS Read Calls
  61.                         * Uses Any Standard IBM Specfication Joystick
  62.  
  63.  
  64.  
  65.  
  66. /*****************************************************************************/
  67.  
  68.                            DETAILS
  69.  
  70.  
  71.  
  72.         The Poor Mans Mouse is a program which changes INT 16(Hex)
  73. to point to itself. This program directly mirrors the original interrupt
  74. with the addition of also looking at the game adapter port. So any program
  75. that does not re-vector INT16 or directly access the BIOS keyboard buffer
  76. is compatible with this program. I have tried PMM with the following programs,
  77.  
  78.                 * Lotus 1-2-3   
  79.                 * Multimate     
  80.                 * Personal Editor 
  81.                 * Professional  Editor 
  82.                 * Easy Writer II
  83.                 * PCWRITE
  84.                 * X Y Write 1
  85.                 * Vista DSPOOL Print Spooler
  86.                 * Vista Dynadisk Ram Drive
  87.  
  88.  
  89.         and work correctly.
  90.  
  91.  
  92.  
  93.         Thank-You For Selecting My Product.
  94.  
  95.  
  96.                         E 
  97.                          N          I
  98.                           J          T
  99.                            O          !
  100.                             Y
  101.  
  102.  
  103.  
  104.                     <<<<<<<<<<UNHOLY PIRATE>>>>>>>>>>
  105.  
  106.  
  107.  
  108. /*****************************************************************************/
  109.  
  110.