home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / procomm / fastpls.arc / FASTPLS.DOC < prev    next >
Text File  |  1988-02-12  |  1KB  |  29 lines

  1.  
  2.  FASTPLS
  3.  
  4.  This patch is only for those with non glitching color video cards, such as
  5. EGA, VGA, MCGA, and many CGA cards (besides IBM). It bypasses some extra
  6. code code for writing to the screen on old cards. It could be made even faster
  7. if procomm was changed to write whole strings at a time instead of single
  8. characters but such as change is beyond the scope of outside patches (mainly
  9. since procomm is written in Small model C code with Phoenix Plink for overlays
  10. which makes the flow of code rather hard to follow).
  11.  Basicly each time procomm writes a character to the screen it goes through
  12. a pile of assembly code that is, well to put it nicely, not very efficient.
  13.  Sooo..... with this patch you should see about a doubling of screen display,
  14. maybe more, maybe less, it certainly seems snapier.
  15.  
  16.  
  17.  
  18. This is a patch for Procomm Plus Testdrive, this patch will only work if
  19. your file has the same length, date, time as follows:
  20.  
  21.  
  22. PCPLUSTD EXE   184352   2-09-88   4:52p
  23.  
  24.  
  25. This patch also requires debug.com to run
  26.  
  27.  
  28.  
  29.