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


enum {
	GRPHXMAX	= 80,
	GRPHYMAX	= 400
};


#ifdef __cplusplus
extern "C" {
#endif

void VRAMCALL makegrph_init(void);
void VRAMCALL makegrph(int page, int alldraw);

#ifdef __cplusplus
}
#endif


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