Diff for /np2/vram/maketext.c between versions 1.7 and 1.8

version 1.7, 2004/02/09 20:39:39 version 1.8, 2004/02/18 21:58:41
Line 14  static UINT32 text_table[512]; Line 14  static UINT32 text_table[512];
 static  UINT32  text_tblx2[512][2];  static  UINT32  text_tblx2[512][2];
   
   
 void maketext_reset(void) {  void maketext_initialize(void) {
   
         ZeroMemory(&tramflag, sizeof(tramflag));  
 }  
   
 void maketext_init(void) {  
   
         int             i;          int             i;
         int             j;          int             j;
Line 67  void maketext_init(void) { Line 62  void maketext_init(void) {
         }          }
 }  }
   
   void maketext_reset(void) {
   
           ZeroMemory(&tramflag, sizeof(tramflag));
   }
   
 static BYTE dirtyonblink(void) {  static BYTE dirtyonblink(void) {
   
         BYTE    ret;          BYTE    ret;

Removed from v.1.7  
changed lines
  Added in v.1.8


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