Diff for /np2/vram/sdraw.h between versions 1.3 and 1.4

version 1.3, 2005/02/07 14:46:13 version 1.4, 2005/03/05 11:58:03
Line 8  const UINT8 *src2; Line 8  const UINT8 *src2;
         int             y;          int             y;
         int             xalign;          int             xalign;
         int             yalign;          int             yalign;
         UINT8   dirty[SURFACE_WIDTH];          UINT8   dirty[SURFACE_HEIGHT];
 } _SDRAW, *SDRAW;  } _SDRAW, *SDRAW;
   
 typedef void (SCRNCALL * SDRAWFN)(SDRAW sdraw, int maxy);  typedef void (SCRNCALL * SDRAWFN)(SDRAW sdraw, int maxy);

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


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