home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GA / GA212.ZIP / AT-SLOW.DOC < prev    next >
Text File  |  1988-09-11  |  4KB  |  97 lines

  1. AT-SLOW.DOC
  2.  
  3. There are no implied warranties or guarantees with this software.  To the best
  4. of our knowledge it is free from defect.
  5.  
  6. Provided by PCGURU BBS
  7. Tested on 9/08/88 by David R. Foley
  8. PC GURU BBS  (617) 783-5154  24 Hours 2400bps
  9.  
  10.  
  11.  
  12.                                 AT-SLOW
  13.                     PC-AT High Performance Slowdown
  14.                              By David Keil
  15.  
  16.         AT-SLOW is a utility which when loaded will use the high 
  17.    resolution timer found in a PC-AT or close clone to slow down 
  18.    games and other programs which run to fast on PC-AT's.
  19.  
  20.         This program is hardware dependent and requires a PC-AT or 
  21.    close clone to operate. AT-SLOW uses the AT's real time clock 
  22.    found at interrupt 70h to slow down the AT's speed.
  23.         Using the real time clock's interrupt has two advantages 
  24.    over the usual use of the normal PC's timer.
  25.  
  26.      1 - The high resolution timer occurs 1024 times a second (as
  27.          opposed to 18.2 with the normal timer). This provides a much 
  28.          smoother slow down than with the normal timer. This also 
  29.          provides a higher degree of performance reduction.
  30.      2 - Since this slow down uses interrupt 70h and only AT's use
  31.          this interrupt, programs don't know to re-vector it. So
  32.          programs that don't work with mormal slow down programs
  33.          will work with AT-SLOW.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.    Using AT-SLOW:
  41.  
  42.         The command for using AT-SLOW is
  43.  
  44.             at-slow [/delay][/d][/h]
  45.  
  46.         Where:
  47.             /delay = Amount of performance reduction.
  48.             /d     = Disables AT-SLOW
  49.             /h     = Show brief help message
  50.  
  51.         The range of values for delay is 1-1000. Values of 300-400 
  52.    on 286 machines is usually adequate. Care must be used when using 
  53.    values over 400 (over 800 on 386 machines) as the computer will 
  54.    be slowed down to the point of uselessness where it appears to be 
  55.    locked up or if slowed down enough will lock up. If this occurs 
  56.    the only solution is to re-boot the computer.
  57.         Once installed AT-SLOW can be disabled by using the /d 
  58.    option. This option will disable the timer interrupt and return 
  59.    the computer to normal speed. AT-SLOW can be removed with TSR 
  60.    management programs such as MARK & RELEASE however care must be 
  61.    taken to disable AT-SLOW first or the interrupt may remain active 
  62.    and this will cause about a 10% reduction in performance. The 
  63.    program uses very little memory however and when disabled does 
  64.    not effect performance so leaving it in memory should not be of 
  65.    great concern.
  66.         To reactivate AT-SLOW after disabling it or to change the 
  67.    delay value just re-run AT-SLOW with the new delay value.
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.       If you find AT-SLOW useful:
  75.  
  76.         This program is copyrighted and may only be distributed
  77.    in unmodified form and with this DOC file included. Absolutely no
  78.    money may be charged for distribution of this program. If you
  79.    were charged for the disk that contained this software and have
  80.    the name of the company that did so please contact me.
  81.  
  82.         A lot of time went into the finding of information which
  83.    enabled the writing of AT-SLOW, the Program itself is not that
  84.    complex. So if you find this program useful (and I'm sure you
  85.    will) and would like to support the development of more PC-AT
  86.    (and other high performance computers) related software
  87.    (here it comes). Please send a contribution of $5.00 payable to:
  88.  
  89.    Better Software Co.
  90.    10 W. Wilburn Ave.
  91.    Greenville, S.C. 29611
  92.  
  93.    Home (803) 295-4971
  94.    BBS  (803) 269-7899 after 1st of July   (1200-2400)
  95.                        after 1st of August (1200-9600)
  96.  
  97. EOF