home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / PASCAL / MISCTI10.ZIP / TI320.ASC < prev    next >
Encoding:
Text File  |  1988-04-18  |  2.0 KB  |  50 lines

  1. PRODUCT : TURBO PASCAL     NUMBER : 320
  2. VERSION : 3.01A
  3.      OS : PC-DOS 
  4.    DATE : July 11, 1986
  5.  
  6.   TITLE : LCD DISPLAY BLOCK HIGHLIGHT PATCH
  7.  
  8. The IBM Convertible,  as well as many other portable LCD displays 
  9. do  not  respond well to the video attributes that  Turbo  Pascal 
  10. uses to emphasize menu items,  error messages,  and marked blocks 
  11. of  text.   The following patch to the attribute table  of  Turbo 
  12. Pascal   makes  the  display  more  readable  by  displaying  the 
  13. highlighted text in reverse video.
  14.  
  15. Your  Turbo Pascal program file should be installed using  TINST.   
  16. Select S for screen installation,  then 4 for "b/w display mode - 
  17. 80x25".  Answer "N" to the question about screen blink.
  18.  
  19. In  application programs compiled by the patched TURBO.COM  file, 
  20. in  Black and White mode,  the procedures NormVideo and  LowVideo 
  21. will produce normal intensity and reverse video, respectively. On 
  22. color  systems,  these procedures will give Yellow and Grey.   On 
  23. the  monochrome  adapter the text will be bright  white  on  grey 
  24. background.
  25.  
  26. Use  the DOS utility,  DEBUG,  to apply the following patch to  a 
  27. COPY  of your .COM file.   Copy DEBUG.COM into the directory  (or 
  28. onto the diskette) where your working copy of .COM is located. At 
  29. the  DOS  prompt,  type the following information exactly  as  it 
  30. appears. (Conclude each line by pressing <Enter>.) 
  31.  
  32. Note:   1.   DEBUG is not sensitive to upper and lower case.  All              
  33. addresses  are  listed  in upper case  for  ease  of              
  34. readability.
  35.  
  36.         2.   While in DEBUG, the prompt appears as a dash (-).
  37.  
  38.         3.   If  you  do  not receive the  appropriate  response,              
  39. press  "q",  then  <Enter>,  to  quit.   Check  your              
  40. version numbers and, if correct, try again.
  41.  
  42.    
  43.    YOU TYPE                      THIS APPEARS
  44.  
  45. debug TURBO.COM <ENTER>          -
  46. e0173  07 70 70 70 <Enter>       -
  47. w<Enter>                         writing XXXX bytes
  48. q<Enter>                         DOS Prompt    
  49.   
  50.