Metropoli BBS
VIEWER: svga62f.def MODE: TEXT (ASCII)
LIBRARY         SVGA62F
DESCRIPTION    	'32 bit SuperVGA Kit DLL'
CODE          	LOADONCALL EXECUTEONLY
DATA			PRELOAD MOVEABLE MULTIPLE

; Export all functions with explicit ordinals

EXPORTS
    _SV_init                    @2
    _SV_getModeInfo             @3
    _SV_getModeName             @4
    _SV_setMode                 @5
    _SV_setVirtualMode          @6
    _SV_restoreMode             @7
    _SV_rgbColor                @8
    _SV_writeText               @9
    _SV_setPalette              @10
    _SV_setDisplayStart         @11
    _SV_setBank                 @12
    _SV_putPixel                @13
    _SV_beginPixel              @14
    _SV_putPixelFast            @15
    _SV_endPixel                @16
    _SV_clear                   @17
    _SV_line                    @18
    _SV_beginLine               @19
    _SV_lineFast                @20
    _SV_endLine                 @21
    _SV_setActivePage           @22
    _SV_setVisualPage           @23
    _SV_beginDirectAccess       @24
    _SV_endDirectAccess         @25
    _SV_getDefPalette           @26
    _SV_setBankASM              @27
	_SV_queryCpu                @28
    _SV_initRMBuf				@29
    _SV_setACCELDriver          @30
    _VBE_init                   @100
    _VBE_detect                 @101
    _VBE_getModeInfo            @102
    _VBE_getPageSize            @103
    _VBE_setVideoMode           @104
    _VBE_getVideoMode           @105
    _VBE_setBank                @106
    _VBE_getBank                @107
    _VBE_setPixelsPerLine       @108
    _VBE_setBytesPerLine        @109
    _VBE_getScanlineLength      @110
    _VBE_getMaxScanlineLength   @111
    _VBE_setDisplayStart        @112
    _VBE_getDisplayStart        @113
    _VBE_setDACWidth            @114
    _VBE_getDACWidth            @115
    _VBE_setPalette             @116
    _VBE_getBankedPointer       @117
;   _VBE_getLinearSelector      @118
    _VBE_getLinearPointer       @119
    _VBE_getSetBank             @120
    _VBE_getSetDisplayStart     @121
    _VBE_getSetPalette          @122
    _VBE_freePMCode             @123
    _VBE_getBankFunc32          @124
    _AF_loadDriver              @200
    _AF_unloadDriver            @201
    _AF_status                  @202
    _AF_errorMsg                @203
    _AF_getVideoModeInfo        @204
    _AF_setVideoMode            @205
    _AF_setVirtualVideoMode     @206
    _AF_restoreTextMode         @207
    _AF_setDisplayStart         @208
    _AF_setActiveBuffer         @209
    _AF_setVisibleBuffer        @210
    _AF_setPaletteData          @211
    _AF_setGammaCorrectData     @212
    _AF_setBank                 @213
    _AF_waitTillIdle            @214
    _AF_enableDirectAccess      @215
    _AF_disableDirectAccess     @216
    _AF_setCursor               @217
    _AF_setCursorPos            @218
    _AF_setCursorColor          @219
    _AF_showCursor              @220
    _AF_setMix                  @221
    _AF_set8x8MonoPattern       @222
    _AF_setLineStipple          @223
    _AF_setClipRect             @224
    _AF_drawScan                @225
    _AF_drawPattScan            @226
    _AF_drawScanList            @227
    _AF_drawRect                @228
    _AF_drawPattRect            @229
    _AF_drawLine                @230
    _AF_drawStippleLine         @231
    _AF_drawTrap                @232
    _AF_drawTri                 @233
    _AF_drawQuad                @234
    _AF_putMonoImage            @235
    _AF_bitBlt                  @236
    _AF_bitBltLin               @237
    _AF_srcTransBlt             @240
    _AF_srcTransBltLin          @241
    _AF_dstTransBlt             @242
    _AF_dstTransBltLin          @243

[ RETURN TO DIRECTORY ]