Diff for /np2/vram/palettes.c between versions 1.2 and 1.3

version 1.2, 2003/10/17 11:10:02 version 1.3, 2003/10/21 14:57:41
Line 8 Line 8
   
                 RGB32           np2_pal32[256];                  RGB32           np2_pal32[256];
 #if defined(SUPPORT_16BPP)  #if defined(SUPPORT_16BPP)
                 UINT16          np2_pal16[256];                  RGB16           np2_pal16[256];
 #endif  #endif
                 PALEVENT        palevent;                  PALEVENT        palevent;
 static  RGB32           degpal1[8];  static  RGB32           degpal1[8];
Line 218  static void pal_makedegital_lcd(const BY Line 218  static void pal_makedegital_lcd(const BY
         UINT    i;          UINT    i;
         UINT32  pal32;          UINT32  pal32;
 #if defined(SUPPORT_16BPP)  #if defined(SUPPORT_16BPP)
         UINT16  pal16;          RGB16   pal16;
 #endif  #endif
   
         for (i=0; i<4; i++) {          for (i=0; i<4; i++) {
Line 267  static void pal_maketext(void) { Line 267  static void pal_maketext(void) {
         UINT    j;          UINT    j;
         UINT    k;          UINT    k;
 #if defined(SUPPORT_16BPP)  #if defined(SUPPORT_16BPP)
         UINT16  pal16;          RGB16   pal16;
 #endif  #endif
   
         k = NP2PAL_TEXT2;          k = NP2PAL_TEXT2;
Line 301  static void pal_maketext_lcd(void) { Line 301  static void pal_maketext_lcd(void) {
         UINT    j;          UINT    j;
         UINT    k;          UINT    k;
 #if defined(SUPPORT_16BPP)  #if defined(SUPPORT_16BPP)
         UINT16  pal16;          RGB16   pal16;
 #endif  #endif
   
         k = NP2PAL_TEXT2;          k = NP2PAL_TEXT2;

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


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