File:  [RetroPC.NET] / mkfont32 / fntdat.h
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jun 7 00:33:09 2004 JST (21 years, 4 months ago) by yui
Branches: MAIN
CVS tags: HEAD
initialize version (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

// ANK8 20-7F,A0-DF
extern const unsigned char cmn_8[1280];

// PC-98ANK8 00-1F,80-9F,E0-FF
extern const unsigned char pc98_8[768];

// PC-98ANK16 00-1F,80-9F,E0-FF
extern const unsigned char pc98_16[1536];

// EPSON-x86 JIS 2821-2841
extern const unsigned char jis28xx[1024];

// PC-98x1 JIS 2921-297E
extern const unsigned char jis29xx[1504];

// PC-98x1 JIS 2A21-2A7E
extern const unsigned char jis2axx[1504];

// PC-98x1 JIS 2B21-2B7E
extern const unsigned char jis2bxx[1504];

// PC-98x1 JIS 2C24-2C6F
extern const unsigned char jis2cxx[2432];

#ifdef __cplusplus
}
#endif


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