--- np2/vram/maketgrp.c 2003/12/12 01:04:41 1.5 +++ np2/vram/maketgrp.c 2005/02/07 14:46:13 1.6 @@ -19,7 +19,7 @@ void maketextgrph(int plane, int text_renewal, int grph_renewal) { - BYTE TEXT_LR; + UINT8 TEXT_LR; int TEXT_PL; int TEXT_BL; int TEXT_CL; @@ -28,7 +28,7 @@ void maketextgrph(int plane, int text_re int topline; int lines; int nowline; - BYTE wait2; + UINT8 wait2; UINT m_pitch; UINT esi; UINT m_scr; @@ -38,14 +38,14 @@ void maketextgrph(int plane, int text_re UINT s_scr; int s_scrp; int s_scrpmask; - BYTE GRPH_LR; - BYTE GRPH_LRcnt; + UINT8 GRPH_LR; + UINT8 GRPH_LRcnt; UINT32 ppage; UINT32 gbit; UINT ymax; - BYTE *q; - BYTE wait1; - BYTE TEXT_LRcnt; + UINT8 *q; + UINT8 wait1; + UINT8 TEXT_LRcnt; BOOL reloadline; int new_flag; int linecnt; @@ -53,7 +53,7 @@ void maketextgrph(int plane, int text_re UINT edi; UINT x; int i; - BYTE color[TEXTXMAX]; + UINT8 color[TEXTXMAX]; UINT32 bit[160]; TEXT_LR = gdc.m.para[GDC_CSRFORM] & 0x1f; @@ -188,7 +188,7 @@ void maketextgrph(int plane, int text_re if (!grph_new) { UINT vc = ebp; for (x=0; x