home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
FAQ-S.ZIP
/
INITOVR.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
|
1991-01-13
|
213 b
|
17 lines
{$R-,S-,I-,D-,F+,V-,B-,N-,L+ }
{$M 65500,0,0 }
unit initovr;
interface
implementation
uses crt,gensubs,configrt,dos,overlay,subs2;
begin
ovrinit ('FAQ.OVR');
if ems then ovrinitems;
end.