Emulated API Information

Galacticomm provided a suite of APIs to both MajorBBS and Worldgroup through the Galacticomm Software Development Kit (SDK). Because Modules for The MajorBBS and Worldgroup were primitive forms of DLLs, similar to those found in modern Windows operating systems, they relied on functions that were hosted within the MajorBBS process. A core part of making a functional cross-platform emulator for both The MajorBBS and Worldgroup is emulating these functions which are called from the compiled modules.

On this page you will find detailed information on not only the libraries made available to Modules through the MajorBBS host process, but also details of the functions within those libraries and the current progress of their emulation within MBBSEmu.

Select A Library:

MAJORBBS
25%
GALGSBL
40%
PHAPI
66%
GALMSG
0%

Percent of API Coverage in MBBSEmu for PHAPI:

66%

DosCreateDSAlias

Ordinal: 0

Signature: USHORT APIENTRY DosCreateDSAlias(SEL sel, PSEL aselp);

Supported:

DosRealIntr

Ordinal: 49

Signature:

Supported:
Added On: 9/14/2020

DosAllocRealSeg

Ordinal: 16

Signature:

Supported:
Added On: 9/14/2020