Diff for /np2/lio/lio.c between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:58:27 version 1.2, 2003/10/21 11:22:05
Line 5 Line 5
 #include        "iocore.h"  #include        "iocore.h"
 #include        "bios.h"  #include        "bios.h"
 #include        "biosmem.h"  #include        "biosmem.h"
 #include        "lio.h"  
 #include        "vram.h"  #include        "vram.h"
   #include        "lio.h"
   
   
 extern BYTE screenupdate;  
   
         LIO_TABLE       lio;          LIO_TABLE       lio;
   
   
Line 238  void lio_line(SINT16 x1, SINT16 x2, SINT Line 236  void lio_line(SINT16 x1, SINT16 x2, SINT
         }          }
         else {          else {
                 vadrs = adrs + 0x200000;                  vadrs = adrs + 0x200000;
                   sbit = 2;
                 gdcs.grphdisp |= 2;                  gdcs.grphdisp |= 2;
         }          }
   

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


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