DIVE.DLL: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
This component is part of the [[DIVE]] library. Located at: C:\MMOS2\DLL | This component is part of the [[DIVE]] library. Located at: C:\MMOS2\DLL | ||
==Version== | ==Version== | ||
{| class="wikitable" | {|class="wikitable" | ||
!Date | !Date | ||
!Version | !Version | ||
Line 14: | Line 14: | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
{| class="wikitable" | {|class="wikitable" | ||
|1 | |1 | ||
| | |DiveQueryCaps | ||
|2 | |2 | ||
| | |DiveOpen | ||
|- | |- | ||
|3 | |3 | ||
| | |DiveClose | ||
|4 | |4 | ||
| | |DiveSetupBlitter | ||
|- | |- | ||
|5 | |5 | ||
| | |DiveBlitImage | ||
|6 | |6 | ||
| | |DiveAcquireFrameBuffer | ||
|- | |- | ||
|7 | |7 | ||
| | |DiveSwitchBank | ||
|8 | |8 | ||
| | |DiveDeacquireFrameBuffer | ||
|- | |- | ||
|9 | |9 | ||
| | |DiveSetDestinationPalette | ||
|10 | |10 | ||
| | |DiveSetSourcePalette | ||
|- | |- | ||
|11 | |11 | ||
| | |DiveCalcFrameBufferAddress | ||
|12 | |12 | ||
| | |DiveAllocImageBuffer | ||
|- | |- | ||
|13 | |13 | ||
| | |DiveFreeImageBuffer | ||
|14 | |14 | ||
| | |DiveBeginImageBufferAccess | ||
|- | |- | ||
|15 | |15 | ||
| | |DiveEndImageBufferAccess | ||
|16 | |16 | ||
| | |DiveFullScreenInit | ||
|- | |- | ||
|17 | |17 | ||
| | |DiveFullScreenTerm | ||
|18 | |18 | ||
| | |DiveSetTransparentBlitMode | ||
|- | |- | ||
|19 | |19 | ||
| | |DiveBlitImageLines | ||
|20 | |20 | ||
| | |_DIVEInitTerm | ||
|} | |} | ||
Line 73: | Line 73: | ||
* [[NLS.DLL]] | * [[NLS.DLL]] | ||
* [[MSG.DLL]] | * [[MSG.DLL]] | ||
[[Category:Files]] | [[Category:Files]] |
Revision as of 14:47, 14 June 2016
This component is part of the DIVE library. Located at: C:\MMOS2\DLL
Version
Date | Version | Size | Comments |
---|---|---|---|
2004-06-06 23:42 | N/A | 69,662 bytes | Direct Interface Video Extension |
DLL Entry Points
1 | DiveQueryCaps | 2 | DiveOpen |
3 | DiveClose | 4 | DiveSetupBlitter |
5 | DiveBlitImage | 6 | DiveAcquireFrameBuffer |
7 | DiveSwitchBank | 8 | DiveDeacquireFrameBuffer |
9 | DiveSetDestinationPalette | 10 | DiveSetSourcePalette |
11 | DiveCalcFrameBufferAddress | 12 | DiveAllocImageBuffer |
13 | DiveFreeImageBuffer | 14 | DiveBeginImageBufferAccess |
15 | DiveEndImageBufferAccess | 16 | DiveFullScreenInit |
17 | DiveFullScreenTerm | 18 | DiveSetTransparentBlitMode |
19 | DiveBlitImageLines | 20 | _DIVEInitTerm |