home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 1 / CD_1.iso / slowdown / slowdown.doc < prev    next >
Text File  |  1990-01-18  |  2KB  |  49 lines

  1. Program:    SLOWDOWN
  2. Version:    1.1a
  3. Date:        April 5, 1986
  4. Author:        David K. Goodwin
  5.         Rochester, NY
  6.  
  7. Description:
  8.  
  9.     This program is a simple resident routine that will slowdown the
  10.     processor by a specified percentage.  This version is hard-coded to
  11.     work correctly when running on an 8MHz 8086 such as the AT&T PC6300.
  12.     However, this program will run on any PCompatible computer becuase
  13.     all it does is go into a time wasting loop every time the Timer Tick
  14.     Interrupt (1Ch) is serviced.  Source is provided for hackers who want
  15.     to tune the waster loop for a different processor speed.
  16.  
  17. Invocation:
  18.  
  19.     A>SLOWDOWN <percent>
  20.  
  21.     where <percent> is a number between 0 and 99.  If <percent> is zero,
  22.     then the routine will disable and lose track of the resident portion
  23.     left in memory from a previous call.  
  24.  
  25. Warning:
  26.  
  27.     If you specify a value that approaches 99 percent of your machine
  28.     throughput, this routine is perfectly capable of shutting DOS off
  29.     of the processor.  All you need to do in this case is press the
  30.     Hard-Reset button...what?...You say you don't have a reset
  31.     button?...Who would design a machine without one?...Ha ha!
  32.  
  33. Comments:
  34.  
  35.     The reason I wrote this routine is basically that I have a super-
  36.     charged machine (AT&T PC6300 w/V30) and some programs and games
  37.     that I have acquired from the wonderful world of hackerdom do not
  38.     care how fast the processor runs.  My computer does not have a switch
  39.     or mode-change to slow down the processor.
  40.     
  41.     I am contributing this program to the world of public-domain and I do
  42.     not care if you copy, modify, or mutilate it.  I do care if someone
  43.     attempts to make a buck off my work (although this isn't much work)
  44.     so it is:
  45.  
  46.                 Copyright (c) 1986
  47.                 David K. Goodwin  
  48.                 All Rights Reserved
  49.