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

version 1.2, 2004/02/18 02:03:37 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 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) {
   
         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 246  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;
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.4


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