| version 1.1, 2003/10/16 17:58:15 | version 1.3, 2005/02/07 14:46:13 | 
| Line 13  enum { | Line 13  enum { | 
 | }; | }; | 
 |  |  | 
 | typedef struct { | typedef struct { | 
| BYTE    timing; | UINT8   timing; | 
| BYTE    count; | UINT8   count; | 
| BYTE    renewal; | UINT8   renewal; | 
| BYTE    gaiji; | UINT8   gaiji; | 
| BYTE    attr; | UINT8   attr; | 
| BYTE    curdisp; | UINT8   curdisp; | 
| BYTE    curdisplast; | UINT8   curdisplast; | 
| BYTE    blink; | UINT8   blink; | 
| BYTE    blinkdisp; | UINT8   blinkdisp; | 
 | UINT16  curpos; | UINT16  curpos; | 
 | } TRAM_T; | } TRAM_T; | 
 |  |  | 
| Line 32  extern "C" { | Line 32  extern "C" { | 
 |  |  | 
 | extern  TRAM_T  tramflag; | extern  TRAM_T  tramflag; | 
 |  |  | 
 |  | void maketext_initialize(void); | 
 | void maketext_reset(void); | void maketext_reset(void); | 
| void maketext_init(void); | UINT8 maketext_curblink(void); | 
| BYTE maketext_curblink(void); |  | 
 | void maketext(int text_renewal); | void maketext(int text_renewal); | 
 | void maketext40(int text_renewal); | void maketext40(int text_renewal); | 
 |  |  |