Diff for /np2/vram/sdrawex.mcr between versions 1.1 and 1.2

version 1.1, 2004/02/29 03:10:03 version 1.2, 2005/02/07 14:46:13
Line 6 Line 6
 // vram off  // vram off
 static void SCRNCALL SDSYM(pex_0)(SDRAW sdraw, int maxy) {  static void SCRNCALL SDSYM(pex_0)(SDRAW sdraw, int maxy) {
   
         BYTE    *p;          UINT8   *p;
         int             y;          int             y;
         int             x;          int             x;
   
Line 30  static void SCRNCALL SDSYM(pex_0)(SDRAW  Line 30  static void SCRNCALL SDSYM(pex_0)(SDRAW 
 // text 1プレーン  // text 1プレーン
 static void SCRNCALL SDSYM(pex_t)(SDRAW sdraw, int maxy) {  static void SCRNCALL SDSYM(pex_t)(SDRAW sdraw, int maxy) {
   
 const BYTE      *p;  const UINT8     *p;
         BYTE    *q;          UINT8   *q;
         int             y;          int             y;
         int             x;          int             x;
   
Line 58  const BYTE *p; Line 58  const BYTE *p;
 // grph 1プレーン  // grph 1プレーン
 static void SCRNCALL SDSYM(pex_g)(SDRAW sdraw, int maxy) {  static void SCRNCALL SDSYM(pex_g)(SDRAW sdraw, int maxy) {
   
 const BYTE      *p;  const UINT8     *p;
         BYTE    *q;          UINT8   *q;
         int             y;          int             y;
         int             x;          int             x;
   
Line 86  const BYTE *p; Line 86  const BYTE *p;
 // text + grph  // text + grph
 static void SCRNCALL SDSYM(pex_2)(SDRAW sdraw, int maxy) {  static void SCRNCALL SDSYM(pex_2)(SDRAW sdraw, int maxy) {
   
 const BYTE      *p;  const UINT8     *p;
 const BYTE      *q;  const UINT8     *q;
         BYTE    *r;          UINT8   *r;
         int             y;          int             y;
         int             x;          int             x;
         int             c;          int             c;
Line 136  static const SDRAWFN SDSYM(pex)[] = { Line 136  static const SDRAWFN SDSYM(pex)[] = {
 // vram off  // vram off
 static void SCRNCALL SDSYM(nex_0)(SDRAW sdraw, int maxy) {  static void SCRNCALL SDSYM(nex_0)(SDRAW sdraw, int maxy) {
   
         BYTE    *p;          UINT8   *p;
         int             y;          int             y;
         int             x;          int             x;
   
Line 161  static void SCRNCALL SDSYM(nex_0)(SDRAW  Line 161  static void SCRNCALL SDSYM(nex_0)(SDRAW 
 // text 1プレーン  // text 1プレーン
 static void SCRNCALL SDSYM(nex_t)(SDRAW sdraw, int maxy) {  static void SCRNCALL SDSYM(nex_t)(SDRAW sdraw, int maxy) {
   
 const BYTE      *p;  const UINT8     *p;
         BYTE    *q;          UINT8   *q;
         int             y;          int             y;
         int             x;          int             x;
   
Line 192  const BYTE *p; Line 192  const BYTE *p;
 // grph 1プレーン  // grph 1プレーン
 static void SCRNCALL SDSYM(nex_g)(SDRAW sdraw, int maxy) {  static void SCRNCALL SDSYM(nex_g)(SDRAW sdraw, int maxy) {
   
 const BYTE      *p;  const UINT8     *p;
         BYTE    *q;          UINT8   *q;
         int             y;          int             y;
         int             x;          int             x;
   
Line 221  const BYTE *p; Line 221  const BYTE *p;
 // text + grph  // text + grph
 static void SCRNCALL SDSYM(nex_2)(SDRAW sdraw, int maxy) {  static void SCRNCALL SDSYM(nex_2)(SDRAW sdraw, int maxy) {
   
 const BYTE      *p;  const UINT8     *p;
 const BYTE      *q;  const UINT8     *q;
         BYTE    *r;          UINT8   *r;
         int             y;          int             y;
         int             x;          int             x;
         int             c;          int             c;

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


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