Diff for /xmil/vram/palettes.c between versions 1.5 and 1.6

version 1.5, 2004/08/07 07:19:56 version 1.6, 2004/08/07 12:10:27
Line 229  static void pal4096to64(RGB32 *pal, cons Line 229  static void pal4096to64(RGB32 *pal, cons
         } while(--r);          } while(--r);
 }  }
   
 void palettes(void) {  void pal_update(void) {
   
         int             i, j;          int             i, j;
         BYTE    bit;          BYTE    bit;
Line 331  void palettes(void) { Line 331  void palettes(void) {
                 }                  }
                 xm_palettes = 64+8;                  xm_palettes = 64+8;
         }          }
   #if defined(SUPPORT_16BPP)
           if (scrnmng_getbpp() == 16) {
                   pals_cnv16pal(x1n_pal16, x1n_pal32, xm_palettes);
           }
   #endif
         scrndraw_changepalette();          scrndraw_changepalette();
 }  }
   
   
 // ----  // ----
   
 void reflesh_palette(void) {  void pal_reset(void) {
   
         REG8    i;          REG8    i;
         REG8    j;          REG8    j;

Removed from v.1.5  
changed lines
  Added in v.1.6


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