home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / fcons1.zip / BRIEF133.PCH < prev    next >
Text File  |  1987-12-07  |  2KB  |  51 lines

  1. A
  2. ;    This is file: BRIEF133.PCH
  3. ;
  4. ;The following command should be applied to BRIEF
  5. ;version 1.33 to patch it to work with FANSI-CONSOLE
  6. ;when using 43 line mode on an EGA.
  7. ;Unless the patch is used, BRIEF will continuously
  8. ;reset the display trying to get it into 43 line mode.
  9. ;Note that this is unnecessary otherwise.
  10. ;
  11. ;This is for the BRIEF version 1.33 ONLY!
  12. ;No patch is needed for BRIEF version 2.00 and later!
  13. ;
  14. ;After the patch is made, BRIEF will still work
  15. ;without FANSI-CONSOLE.
  16. ;The commented lines (ones starting with semi-
  17. ;colons) may generate error text but that is OK.
  18. ;Note that the patched routine may not be in exactly
  19. ;the same place in your version of BRIEF.
  20. ;Before applying this patch you must do the 
  21. ;following and note the value displayed for "yyyy"
  22. ;----------------------------------------------
  23. ;    A>REN B.EXE B.BIN
  24. ;    A>DEBUG B.BIN
  25. ;    -RCS
  26. ;    CS yyyy
  27. ;    :        {just return}
  28. ;    A>
  29. ;----------------------------------------------
  30. ;Add "1000" to "yyyy" and change this file so
  31. ;that all the "xxxx"'s have this new value.
  32. ;Then:    
  33. ;----------------------------------------------
  34. ;    A>DEBUG B.BIN <BRIEF133.PCH
  35. ;    A>REN B.BIN B.EXE
  36. ;----------------------------------------------
  37.  
  38. A
  39. ;The following instruction will appear at the same
  40. ;place in your version, check the address and
  41. ;change the patch address if it is different in your version.
  42. ;-U xxxx:0B77
  43. ;xxxx:0B77 813E4C00E01B CMP WORD PTR [004C],1BE0
  44.  
  45. Axxxx:0B77
  46. CMP BYTE [84],2A
  47. NOP
  48.  
  49. W
  50. Q
  51.