/******************************************************************************
	enprnjap.h
		header for print japanese
******************************************************************************/

#ifndef ENPRNJAP_H
#define ENPRNJAP_H

/******************************************************************************
	define constants
******************************************************************************/

#define PJ_BASE	0x80

#define PJ_a	(PJ_BASE + 0x00)
#define PJ_i	(PJ_BASE + 0x01)
#define PJ_u	(PJ_BASE + 0x02)
#define PJ_e	(PJ_BASE + 0x03)
#define PJ_o	(PJ_BASE + 0x04)
#define PJ_ka	(PJ_BASE + 0x05)
#define PJ_ki	(PJ_BASE + 0x06)
#define PJ_ku	(PJ_BASE + 0x07)
#define PJ_ke	(PJ_BASE + 0x08)
#define PJ_ko	(PJ_BASE + 0x09)
#define PJ_sa	(PJ_BASE + 0x0a)
#define PJ_si	(PJ_BASE + 0x0b)
#define PJ_su	(PJ_BASE + 0x0c)
#define PJ_se	(PJ_BASE + 0x0d)
#define PJ_so	(PJ_BASE + 0x0e)
#define PJ_ta	(PJ_BASE + 0x0f)
#define PJ_ti	(PJ_BASE + 0x10)
#define PJ_tu	(PJ_BASE + 0x11)
#define PJ_te	(PJ_BASE + 0x12)
#define PJ_to	(PJ_BASE + 0x13)
#define PJ_na	(PJ_BASE + 0x14)
#define PJ_ni	(PJ_BASE + 0x15)
#define PJ_nu	(PJ_BASE + 0x16)
#define PJ_ne	(PJ_BASE + 0x17)
#define PJ_no	(PJ_BASE + 0x18)
#define PJ_ha	(PJ_BASE + 0x19)
#define PJ_hi	(PJ_BASE + 0x1a)
#define PJ_hu	(PJ_BASE + 0x1b)
#define PJ_he	(PJ_BASE + 0x1c)
#define PJ_ho	(PJ_BASE + 0x1d)
#define PJ_ma	(PJ_BASE + 0x1e)
#define PJ_mi	(PJ_BASE + 0x1f)
#define PJ_mu	(PJ_BASE + 0x20)
#define PJ_me	(PJ_BASE + 0x21)
#define PJ_mo	(PJ_BASE + 0x22)
#define PJ_ya	(PJ_BASE + 0x23)
#define PJ_yu	(PJ_BASE + 0x24)
#define PJ_yo	(PJ_BASE + 0x25)
#define PJ_ra	(PJ_BASE + 0x26)
#define PJ_ri	(PJ_BASE + 0x27)
#define PJ_ru	(PJ_BASE + 0x28)
#define PJ_re	(PJ_BASE + 0x29)
#define PJ_ro	(PJ_BASE + 0x2a)
#define PJ_wa	(PJ_BASE + 0x2b)
#define PJ_wo	(PJ_BASE + 0x2c)
#define PJ_nn	(PJ_BASE + 0x2d)
#define PJ_TEN	(PJ_BASE + 0x2e)
#define PJ_MARU	(PJ_BASE + 0x2f)

#define PJ_A	(PJ_BASE + 0x30)
#define PJ_I	(PJ_BASE + 0x31)
#define PJ_U	(PJ_BASE + 0x32)
#define PJ_E	(PJ_BASE + 0x33)
#define PJ_O	(PJ_BASE + 0x34)
#define PJ_KA	(PJ_BASE + 0x35)
#define PJ_KI	(PJ_BASE + 0x36)
#define PJ_KU	(PJ_BASE + 0x37)
#define PJ_KE	(PJ_BASE + 0x38)
#define PJ_KO	(PJ_BASE + 0x39)
#define PJ_SA	(PJ_BASE + 0x3a)
#define PJ_SI	(PJ_BASE + 0x3b)
#define PJ_SU	(PJ_BASE + 0x3c)
#define PJ_SE	(PJ_BASE + 0x3d)
#define PJ_SO	(PJ_BASE + 0x3e)
#define PJ_TA	(PJ_BASE + 0x3f)
#define PJ_TI	(PJ_BASE + 0x40)
#define PJ_TU	(PJ_BASE + 0x41)
#define PJ_TE	(PJ_BASE + 0x42)
#define PJ_TO	(PJ_BASE + 0x43)
#define PJ_NA	(PJ_BASE + 0x44)
#define PJ_NI	(PJ_BASE + 0x45)
#define PJ_NU	(PJ_BASE + 0x46)
#define PJ_NE	(PJ_BASE + 0x47)
#define PJ_NO	(PJ_BASE + 0x48)
#define PJ_HA	(PJ_BASE + 0x49)
#define PJ_HI	(PJ_BASE + 0x4a)
#define PJ_HU	(PJ_BASE + 0x4b)
#define PJ_HE	(PJ_BASE + 0x4c)
#define PJ_HO	(PJ_BASE + 0x4d)
#define PJ_MA	(PJ_BASE + 0x4e)
#define PJ_MI	(PJ_BASE + 0x4f)
#define PJ_MU	(PJ_BASE + 0x50)
#define PJ_ME	(PJ_BASE + 0x51)
#define PJ_MO	(PJ_BASE + 0x52)
#define PJ_YA	(PJ_BASE + 0x53)
#define PJ_YU	(PJ_BASE + 0x54)
#define PJ_YO	(PJ_BASE + 0x55)
#define PJ_RA	(PJ_BASE + 0x56)
#define PJ_RI	(PJ_BASE + 0x57)
#define PJ_RU	(PJ_BASE + 0x58)
#define PJ_RE	(PJ_BASE + 0x59)
#define PJ_RO	(PJ_BASE + 0x5a)
#define PJ_WA	(PJ_BASE + 0x5b)
#define PJ_WO	(PJ_BASE + 0x5c)
#define PJ_NN	(PJ_BASE + 0x5d)
#define PJ_KAKO	(PJ_BASE + 0x5e)
#define PJ_KOKA	(PJ_BASE + 0x5f)

#define PJ_DD	(PJ_BASE + 0x60)
#define PJ_HH	(PJ_BASE + 0x61)
#define PJ_LL	(PJ_BASE + 0x62)
#define PJ_CH	(PJ_BASE + 0x63)

/******************************************************************************
	external variables
******************************************************************************/

/* texture */
extern uchar	tx_sample2[];
extern uchar	tx_dakuten[];
extern uchar	tx_handaku[];
extern uchar	tx_chouon[];

/******************************************************************************
	external functions
******************************************************************************/


#endif
