home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a006
/
1.ddi
/
PASEXAM.ZIP
/
LOADOVL.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-03-11
|
227 b
|
12 lines
program LoadOvl;
uses PXEngine;
(* Modify your OverlayName to be the location of the PXENGINE.OVL *)
const OverlayName = 'C:\PXENGINE.OVL';
begin
PX(PXLoadOverlay(OverlayName));
PX(PXInit);
PX(PXExit);
end.