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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1992-11-18
|
172 b
|
15 lines
UNIT TVGA16;
INTERFACE
FUNCTION _detectTVGA16:integer;
implementation
{$F+}
function _detectTVGA16:integer;external;
{$L detvga16.obj}
{$F-}
begin
end.