Diff for /np2/vram/sdrawq16.c between versions 1.3 and 1.4

version 1.3, 2004/02/18 03:56:58 version 1.4, 2005/02/07 14:46:13
Line 13  static void SCRNCALL qvga16p_0(SDRAW sdr Line 13  static void SCRNCALL qvga16p_0(SDRAW sdr
         int             xbytes;          int             xbytes;
         UINT32  palwork;          UINT32  palwork;
         UINT16  pal;          UINT16  pal;
         BYTE    *p;          UINT8   *p;
         int             y;          int             y;
         int             x;          int             x;
   
Line 42  static void SCRNCALL qvga16p_0(SDRAW sdr Line 42  static void SCRNCALL qvga16p_0(SDRAW sdr
 static void SCRNCALL qvga16p_1(SDRAW sdraw, int maxy) {  static void SCRNCALL qvga16p_1(SDRAW sdraw, int maxy) {
   
         int             xbytes;          int             xbytes;
 const BYTE      *p;  const UINT8     *p;
         BYTE    *q;          UINT8   *q;
         int             y;          int             y;
         int             x;          int             x;
         UINT32  work;          UINT32  work;
Line 79  const BYTE *p; Line 79  const BYTE *p;
 static void SCRNCALL qvga16p_2(SDRAW sdraw, int maxy) {  static void SCRNCALL qvga16p_2(SDRAW sdraw, int maxy) {
   
         int             xbytes;          int             xbytes;
 const BYTE      *p;  const UINT8     *p;
 const BYTE      *q;  const UINT8     *q;
         BYTE    *r;          UINT8   *r;
         int             y;          int             y;
         int             x;          int             x;
         UINT32  work;          UINT32  work;
Line 124  const BYTE *q; Line 124  const BYTE *q;
 static void SCRNCALL qvga16p_gi(SDRAW sdraw, int maxy) {  static void SCRNCALL qvga16p_gi(SDRAW sdraw, int maxy) {
   
         int             xbytes;          int             xbytes;
 const BYTE      *p;  const UINT8     *p;
         BYTE    *q;          UINT8   *q;
         int             y;          int             y;
         int             x;          int             x;
         UINT32  work;          UINT32  work;
Line 159  const BYTE *p; Line 159  const BYTE *p;
 static void SCRNCALL qvga16p_2i(SDRAW sdraw, int maxy) {  static void SCRNCALL qvga16p_2i(SDRAW sdraw, int maxy) {
   
         int             xbytes;          int             xbytes;
 const BYTE      *p;  const UINT8     *p;
 const BYTE      *q;  const UINT8     *q;
         BYTE    *r;          UINT8   *r;
         int             y;          int             y;
         int             x;          int             x;
         UINT32  work;          UINT32  work;
Line 213  const BYTE *q; Line 213  const BYTE *q;
 static void SCRNCALL qvga16p_1d(SDRAW sdraw, int maxy) {  static void SCRNCALL qvga16p_1d(SDRAW sdraw, int maxy) {
   
         int             xbytes;          int             xbytes;
 const BYTE      *p;  const UINT8     *p;
         BYTE    *q;          UINT8   *q;
         int             y;          int             y;
         int             x;          int             x;
         UINT32  work;          UINT32  work;
Line 247  const BYTE *p; Line 247  const BYTE *p;
 static void SCRNCALL qvga16p_2d(SDRAW sdraw, int maxy) {  static void SCRNCALL qvga16p_2d(SDRAW sdraw, int maxy) {
   
         int             xbytes;          int             xbytes;
 const BYTE      *p;  const UINT8     *p;
 const BYTE      *q;  const UINT8     *q;
         BYTE    *r;          UINT8   *r;
         int             y;          int             y;
         int             x;          int             x;
         UINT32  work;          UINT32  work;

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


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