File:  [RetroPC.NET] / np2 / vram / dispsync.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:58:14 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
Initial revision


typedef struct {
	UINT	text_vbp;
	UINT	textymax;
	UINT	grph_vbp;
	UINT	grphymax;

	UINT	scrnxpos;
	UINT	scrnxmax;
	UINT	scrnxextend;
	UINT	scrnymax;
	UINT32	textvad;
	UINT32	grphvad;
} DSYNC;


#ifdef __cplusplus
extern "C" {
#endif

extern	DSYNC	dsync;

void dispsync_init(void);
BOOL dispsync_renewalmode(void);
BOOL dispsync_renewalhorizontal(void);
BOOL dispsync_renewalvertical(void);

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>