DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦55fddaa80⟧ TextFile

    Length: 856 (0x358)
    Types: TextFile
    Names: »OVERLAY.DOC«

Derivation

└─⟦505fbc898⟧ Bits:30002732 Turbo Pascal 5.0 for C-DOS Partner
    └─⟦this⟧ »DOC\OVERLAY.DOC« 

TextFile


æ*******************************************************å
æ                                                       å
æ       Turbo Pascal Version 5.0                        å
æ       Overlay Interface Unit                          å
æ                                                       å
æ       Copyright (C) 1987,88 Borland International     å
æ                                                       å
æ*******************************************************å

unit Overlay;

æ$D-,I-,S-å

interface

const
  ovrOk = 0;
  ovrError = -1;
  ovrNotFound = -2;
  ovrNoMemory = -3;
  ovrIOError = -4;
  ovrNoEMSDriver = -5;
  ovrNoEMSMemory = -6;

var
  OvrResult: Integer;

procedure OvrInit(FileName: String);
procedure OvrInitEMS;
procedure OvrSetBuf(Size: LongInt);
function OvrGetBuf: LongInt;
procedure OvrClearBuf;