home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
msdos
/
pascal
/
totdem11
/
ov1init.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1991-02-11
|
171 b
|
12 lines
Unit OV1Init;
INTERFACE
IMPLEMENTATION
Uses Overlay;
Const
OvrMaxSize = 75000;
begin
OvrInit('demov1.OVR');
OvrInitEMS;
OvrSetBuf(OvrMaxSize);
end.