home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
useful
/
dist
/
gfx
/
show
/
superview-lib
/
programmers
/
fd
/
svsupport.fd
< prev
Wrap
Text File
|
1994-07-04
|
1KB
|
33 lines
** $VER: svsupport.fd 4.1 (15.6.94)
##base SVSupportBase
##bias 30
##public
SVSUP_GetMemList()()
SVSUP_FreeMemList(mlist)(A1)
SVSUP_AddMemEntry(mlist,pointer)(A1/A2)
SVSUP_AllocMemEntry(mlist,size,type)(A1,D0/D1)
SVSUP_CheckInterleaved(sc)(A1)
SVSUP_GetXAspect(sc)(A1)
SVSUP_GetYAspect(sc)(A1)
SVSUP_GetBitMapDepth(sc)(A1)
SVSUP_GetBitMapHeight(sc)(A1)
SVSUP_GetBodySize(sc)(A1)
SVSUP_GetStdScreenSize(mode_id,width,height)(D0,A1/A2)
SVSUP_GetBestModeID(width,height,depth)(D0/D1/D2)
SVSUP_CopyScreenToBuffer8(sc,buffer,width,height,depth)(A1/A2,D0/D1/D2)
** added with V2
SVSUP_LoadControlPad(filename,controlpad)(A1/A2)
SVSUP_SaveControlPad(filename,controlpad)(A1/A2)
SVSUP_FreeControlPad(controlpad)(A1)
SVSUP_FindControlPad(controlpad,name,content)(A1/A2/A3)
** added with V3
SVSUP_BitPlaneToOnePlane8(sourcegfx,retgfx)(A1/A2)
SVSUP_OnePlaneToBitPlane8(sourcegfx,retgfx)(A1/A2)
SVSUP_ScreenToOnePlane8(sc,retgfx)(A1/A2)
SVSUP_ScreenToBitPlane8(sc,retgfx)(A1/A2)
** added with V4
SVSUP_DisplayGfxBuffer(displayhandle)(A1)
SVSUP_UnDisplayGfxBuffer(displayhandle)(A1)
SVSUP_FreeGfxBuffer(gfxbuffer)(A1)
##end