Diff for /xmil/vram/sdraw.c between versions 1.3 and 1.4

version 1.3, 2004/08/17 12:30:41 version 1.4, 2004/08/20 08:41:41
Line 4 Line 4
 #include        "sdraw.h"  #include        "sdraw.h"
 #include        "palettes.h"  #include        "palettes.h"
   
   #if !defined(SIZE_QVGA)
   
 #undef  SDZMODE  #undef  SDZMODE
   
Line 77  const SDRAWFN *sdraw_getproctbl(const SC Line 78  const SDRAWFN *sdraw_getproctbl(const SC
         return(tbl[proc]);          return(tbl[proc]);
 }  }
   
   #endif
   

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


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