home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / ega / speedcrt.arc / SPEED.DOC < prev   
Text File  |  1988-08-27  |  1KB  |  27 lines

  1.                                      SPEED
  2.                                   Version 1.0
  3.                                       by Bob Kaye 73047,2422
  4.  
  5. SPEED is a small resident program that replaces the BIOS coding for a number 
  6. of Video I/O calls.  The BIOS coding contains a great deal of overhead which 
  7. slows down the CRT display.  By doing away with this overhead, SPEED-CRT
  8. significantly increases the display speed of any applications program that 
  9. uses the BIOS.  Programs that write directly to the screen will not be 
  10. enhanced. 
  11.  
  12. An EGA card is required for SPEED to be loaded.  It will function in any of 
  13. the text modes, including monochrome.  It will automatically deactivate itself 
  14. if a graphics mode is invoked.  Similarly, once a text mode is re-invoked, the 
  15. coding will be activated.
  16.  
  17. SYNTAX:  Speed [argument] <CR>
  18.  
  19. When installing SPEED for the first time, as in an AUTOEXEC.BAT, no arguments 
  20. are accepted.  After that, the resident coding can be toggled on/off from the 
  21. DOS command line, or a batch file, using a hyphen (minus sign) as the 
  22. argument.  While I haven't found a situation where there's a problem with 
  23. SPEED, the flexibility to toggle it off is worth the extra code. 
  24.  
  25. SPEED can be installed at any point in your line-up of resident programs.  
  26. However, maximum display speed is realized if it is installed last.
  27.