home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / vgetsc.exe / VGETSCRE.FIX < prev    next >
Text File  |  1992-08-24  |  1KB  |  30 lines

  1. segment=vapcode;
  2.  
  3. /* vprintstring */
  4. offset=27fe; find=a0; replace=a1;  /* mov al, screenmo-> mov ax, screenmo */
  5. offset=2801; find=32e4; replace=9090; /* xor ah,ah -> nops */
  6. offset=286a; find=880e; replace=890e; /* mov screenmo,cl -> mov screenmo,cx */
  7.  
  8. /* vsetscreenmode */
  9. offset=29dd; find=58a2; replace=58a3;   /* mov ..,al-> mov ..,ax */
  10.  
  11. /* vgetscreenmode */
  12. offset=29e7; find=8ed9a0; replace=8ed9a1; /* mov al,.. -> mov ax,.. */
  13. offset=29ec; find=32e4;   replace=9090;   /* xor ah,ah -> nops */
  14.  
  15. /* voutstring */
  16. offset=2a27; find=8edb5a598a1e;  replace=8edb5a598b1e; /* mov bl,.. -> mov bx,.. */
  17. offset=2a2f; find=32ff53; replace=909053; /* xor bh,bh --> nops */
  18.  
  19.  
  20. /* VeRsIoN= */
  21.  
  22. /*  Patch to fix VAP API GetScreenMode */
  23. /*  Version 1.01 PTF (920824)                                       */
  24. /*  Copyright (c) Novell Inc. 1992.  All Rights Reserved.           */
  25. /*                                                                  */
  26. /* This patch fixes the OS so that it will return a word instead of a byte */
  27. /* The patch is for v2.2(5,10,50,100) ded and nonded versions */
  28. /* NOTE: The API works correctly in v2.15C */
  29.  
  30.