Diff for /np2/vram/maketext.h between versions 1.2 and 1.3

version 1.2, 2004/02/18 21:58:41 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 34  extern TRAM_T tramflag; Line 34  extern TRAM_T tramflag;
   
 void maketext_initialize(void);  void maketext_initialize(void);
 void maketext_reset(void);  void maketext_reset(void);
 BYTE maketext_curblink(void);  UINT8 maketext_curblink(void);
 void maketext(int text_renewal);  void maketext(int text_renewal);
 void maketext40(int text_renewal);  void maketext40(int text_renewal);
   

Removed from v.1.2  
changed lines
  Added in v.1.3


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