home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Pascal / Samples / VGAFONT.ARJ / VGAFONT.DAT < prev    next >
Encoding:
Text File  |  1993-02-11  |  902 b   |  26 lines

  1. ; This is example configuration file for TRIDENT T8900/1 Mb VGA
  2. ; Computer may lock up in case of anaccurate coding of this file...
  3. ; All comments and suggestions please send to KoroSoft Pte Ltd
  4. ; Korotonozhkin Sergey 2:463/24.51@Fidonet.Org
  5. ; Phone +7-(044)-244-3055 or
  6. ;    8-(2)-713-6207 from Kiev
  7. ; +7-(044)-713-6207 from anywhere...
  8. ; if someone find this program of value please send $2.50 or equivalent
  9. ; sum to :
  10. ;  KoroSoft Pte Ltd, 715902 Çèü êìÆàÉüÇìè ó Éèû ìü ô¬αá¿¡δ, ú.è¿Ñó îöÄ 300216.
  11.  
  12. ; Identify the board type
  13. VGAID    = RealTek VGA 256 k FOB
  14.  
  15. ; Video BIOS segment definition
  16. BIOSSEG  =$C000
  17.  
  18. ; Perform some Checks to ensure we modifying BIOS of known VGA type
  19. ; Syntax: ChkRev <HexOffset in BIOS> "<String we wanna check to be there>"
  20. CHKREV   =$44 "REALTEK"
  21.  
  22. ; Offsets of Fonts in Video BIOS to copy fonts to
  23. FONT8x8  =$5030
  24. FONT8x14 =$5830
  25. FONT8x16 =$6740
  26.