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

  1. The original SLOWDOWN (SLOWDOWN.COM, SLOWDOWN.ASM, SLOWDOWN.DOC) was written
  2. by David K. Goodwin for use with an 8mhz 8086 such as the AT&T PC6300.  It
  3. will also slow down other processors such as 8mhz or 6mhz 8088's.
  4.  
  5. The AT however, is a little different animal.  We found that SLOWDOWN worked
  6. somewhat on the 286, but that even at the "90%" level (which would STOP an
  7. 8mhz 8088, probably), the speed was still "too fast".
  8.  
  9. Here is a modified that works for the AT, We believe that a percentage
  10. of 42 (please read his DOC file) will approximate a 4.77mhz processor.
  11.  
  12. If you have a game program that utilizes the same interrupt scheme as is used
  13. in this program, there may be a little "unevenness" to the game motion.
  14. Someone smarter and with more time to spend may be able to correct this.
  15.  
  16. For those who are technically oriented, all we did was take bytes 57 and 58 of
  17. the COM file and change them from E0 00 to 02 00.
  18.  
  19. We renamed the COM file to SLOW286.COM (which seemed appropriate).  We hope
  20. this does the job for you.  Have fun!
  21.  
  22. Thanks to the Generic Software Place in Indianapolis for this program.
  23.  
  24.                                 Public Brand Software
  25.