Diff for /xmil/vram/makescrn.c between versions 1.10 and 1.11

version 1.10, 2004/08/12 20:23:31 version 1.11, 2004/08/13 04:08:33
Line 11 Line 11
   
                 MAKESCRN        makescrn;                  MAKESCRN        makescrn;
   
                 BYTE    scrnallflash;                  UINT8   scrnallflash;
 static  BYTE    lastdisp = 0;  static  UINT8   lastdisp = 0;
 static  BYTE    blinktime = 1;  static  UINT8   blinktime = 1;
                 UINT    drawtime = 0;                  UINT    drawtime = 0;
   
   

Removed from v.1.10  
changed lines
  Added in v.1.11


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