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

version 1.2, 2004/02/18 02:03:37 version 1.3, 2004/02/18 03:56:58
Line 208  const BYTE *q; Line 208  const BYTE *q;
         sdraw->y = y;          sdraw->y = y;
 }  }
   
   #if defined(SUPPORT_CRT15KHZ)
 // text or grph 1プレーン (15kHz)  // text or grph 1プレーン (15kHz)
 static void SCRNCALL qvga16p_1d(SDRAW sdraw, int maxy) {  static void SCRNCALL qvga16p_1d(SDRAW sdraw, int maxy) {
   
Line 279  const BYTE *q; Line 280  const BYTE *q;
         sdraw->dst = r;          sdraw->dst = r;
         sdraw->y = y;          sdraw->y = y;
 }  }
   #endif
   
   
 static const SDRAWFN qvga16p[] = {  static const SDRAWFN qvga16p[] = {
                 qvga16p_0,              qvga16p_1,              qvga16p_1,              qvga16p_2,                  qvga16p_0,              qvga16p_1,              qvga16p_1,              qvga16p_2,

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


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