home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l003 / 1.ddi / BGI16 / PASDEMO.ZIP / TVGA16.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1992-11-18  |  172 b   |  15 lines

  1. UNIT    TVGA16;
  2. INTERFACE
  3.   FUNCTION _detectTVGA16:integer;
  4.  
  5. implementation
  6. {$F+}
  7. function _detectTVGA16:integer;external;
  8. {$L detvga16.obj}
  9. {$F-}
  10. begin
  11.  
  12. end.
  13.  
  14.  
  15.