| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to sdraw.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / vram | 
change ideio & atapi (nakapi core)
typedef struct {
const UINT8	*src;
const UINT8	*src2;
	UINT8	*dst;
	int		width;
	int		xbytes;
	int		y;
	int		xalign;
	int		yalign;
	UINT8	dirty[SURFACE_HEIGHT];
} _SDRAW, *SDRAW;
typedef void (SCRNCALL * SDRAWFN)(SDRAW sdraw, int maxy);
#ifdef __cplusplus
extern "C" {
#endif
const SDRAWFN *sdraw_getproctbl(const SCRNSURF *surf);
#if defined(SUPPORT_PC9821)
const SDRAWFN *sdraw_getproctblex(const SCRNSURF *surf);
#endif
#ifdef __cplusplus
}
#endif