Diff for /xmil/vram/maketxth.c between versions 1.2 and 1.3

version 1.2, 2004/08/07 10:53:01 version 1.3, 2004/08/08 06:59:22
Line 469  static void pcg8x2_halfx4right(UINT8 *ds Line 469  static void pcg8x2_halfx4right(UINT8 *ds
 // ----  // ----
   
 static void draw_nop(UINT8 *dst, UINT8 *term, const UINT8 *src) {  static void draw_nop(UINT8 *dst, UINT8 *term, const UINT8 *src) {
   
           (void)dst;
           (void)term;
           (void)src;
 }  }
   
   

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


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