File:  [RetroPC.NET] / xmil / adv / patch / font.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 4 15:42:09 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
RetroPC CVS restarting 2005/02/04 (T.Yui)


#define	FONTX1_LR	0x10000
#define	FONTX1T_LR	0x20000

#define	font_txt		__extromimage.txt
#define	font_knjx1		__extromimage.knjx1
#define	font_knjx1t		__extromimage.knjx1t

#define font_load(p, f)		(SUCCESS)


#ifdef __cplusplus
extern "C" {
#endif

extern	UINT8	font_ank[0x800];

#ifdef __cplusplus
}
#endif


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