home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / sharewar / FFE / MISC.SWG / 0002_BGI.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-04  |  623b  |  16 lines

  1. --------B-BGI-G-----------------------------
  2.  
  3. The  BGI  files  are graphic drivers  used  by  the Borland compilers to
  4. provide  graphics  output for different  graphics cards. They are loaded
  5. dynamically. The exact format is not known to me ...
  6.  
  7. OFFSET              Count TYPE   Description
  8. 0000h                   4 char   ID='FBGD'
  9. 0004h                   1 dword  ID=08080808h
  10.                                  used to backspace over ID if typing the file
  11. 0008h                   ? char   Driver ID string, terminated with #26
  12. EXTENSION:BGI
  13. OCCURENCES:PC
  14. PROGRAMS:Borland Pascal, Borland C, Turbo Pascal
  15.  
  16.