home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / ega / egasmall.doc < prev    next >
Text File  |  1994-03-07  |  688b  |  17 lines

  1. I am submitting to the Info-IBMPC library the program SMALL.ASM by Thomas V.
  2. Hoffmann, published in the April 85 issue of PC Tech Journal dedicated to
  3. the EGA.  The program will give 43 lines per screen on the Enhanced Color
  4. Display.  It fixes some bugs in the EGA BIOS related to the displaying of
  5. the cursor (the code included in the IBM Seminar Proceedings on the EGA 
  6. does not work).  You can put it to use, for example, by patching WordStar to
  7. work with 43 lines instead of 24 (or 25) on a standard color display.  The
  8. patch with DEBUG, for most versions of Wordstar (including 3.20 and 3.3),
  9. looks like this:
  10.  
  11. A>DEBUG WS.COM
  12. -F 248 L1 2A
  13. -W
  14. Writing 5xxx bytes
  15. -Q
  16. A>
  17.