File:  [RetroPC.NET] / np2 / vram / dispsync.h
Revision 1.2: download - view: text, annotated - select for diffs
Thu Feb 19 06:58:41 2004 JST (21 years, 8 months ago) by yui
Branches: MAIN
CVS tags: VER_0_82_x64, VER_0_82, VER_0_81A, VER_0_81, VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, HEAD
fix fdd motor (T.Yui)


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_initialize(void);
BOOL dispsync_renewalmode(void);
BOOL dispsync_renewalhorizontal(void);
BOOL dispsync_renewalvertical(void);

#ifdef __cplusplus
}
#endif


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