home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / QE28.ZIP / QE28.TXT
Text File  |  1991-09-08  |  1KB  |  36 lines

  1. ************************************************************************
  2.      Patching QEDIT for 28 line mode on VGA/EGA
  3.              MSI BBS: (508) 875-8009
  4. ************************************************************************
  5.  
  6. QEDIT allows switching to 50/43 line modes on VGA/EGA using Ctl-F1 key.
  7. You can patch this to 28 line mode which is more useful for my taste. 
  8. The patch is a single byte change in Q.EXE.
  9.  
  10.  To patch Q.EXE rename it first to Q.BIN. Run DEBUG Q.BIN, perform the
  11.  patch, save the patched file and rename Q.BIN to Q.EXE.
  12.  
  13. **** QEDIT 2.14:  Change byte at 7263 (in DEBUG) from 12 hex to 11 hex ****
  14.  
  15.  REN Q.EXE Q.BIN
  16.  DEBUG Q.BIN <Enter>
  17.  -E 7263 11  <Enter>
  18.  -W <Enter>
  19.  -Q <Enter>
  20.  REN Q.BIN Q.EXE
  21.  
  22.  
  23. ****  QEDIT 2.15:  Change byte at 693E from 12 hex to 11 hex ****
  24.  
  25.  REN Q.EXE Q.BIN
  26.  DEBUG Q.BIN <Enter>
  27.  -E 693E 11  <Enter>
  28.  -W <Enter>
  29.  -Q <Enter>
  30.  REN Q.BIN Q.EXE
  31.  
  32.  
  33. **** FOR FUTURE VERSIONS (if it doesn't become a feature) ****
  34.  
  35. Locate pattern:  12 11 B3 00 CD 10 and replace 12 with 11.
  36.