Diff for /mkfont32/fntdat.h between versions 1.1 and 1.2

version 1.1, 2004/06/06 15:33:09 version 1.2, 2004/06/07 06:05:33
Line 6  extern "C" { Line 6  extern "C" {
 // ANK8 20-7F,A0-DF  // ANK8 20-7F,A0-DF
 extern const unsigned char cmn_8[1280];  extern const unsigned char cmn_8[1280];
   
   
 // PC-98ANK8 00-1F,80-9F,E0-FF  // PC-98ANK8 00-1F,80-9F,E0-FF
 extern const unsigned char pc98_8[768];  extern const unsigned char pc98_8[768];
   
Line 27  extern const unsigned char jis2bxx[1504] Line 28  extern const unsigned char jis2bxx[1504]
 // PC-98x1 JIS 2C24-2C6F  // PC-98x1 JIS 2C24-2C6F
 extern const unsigned char jis2cxx[2432];  extern const unsigned char jis2cxx[2432];
   
   
   // X1ANK8 00-1F,80-9F,E0-FF
   extern const unsigned char x1_8[768];
   
   // X1ANK16 00-1F,80-9F,E0-FF
   extern const unsigned char x1_16[1536];
   
   // PI8
   extern const unsigned char pi_8[8];
   
   // PI16
   extern const unsigned char pi_16[16];
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

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


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