Diff for /np2/vram/makegrex.c between versions 1.1 and 1.2

version 1.1, 2004/02/29 03:10:03 version 1.2, 2004/02/29 07:36:56
Line 290  void VRAMCALL makegrphex(int page, int a Line 290  void VRAMCALL makegrphex(int page, int a
         mg.pitch &= 0xfe;          mg.pitch &= 0xfe;
         mg.liney = dsync.grph_vbp;          mg.liney = dsync.grph_vbp;
   
         if (gdc.display & 0x10) {          if (gdc.analog & 4) {
                 mg.vm = (UINT32 *)(np2_vram[0] + dsync.grphvad);                  mg.vm = (UINT32 *)(np2_vram[0] + dsync.grphvad);
                 grphput = (alldraw)?grphput_all:grphput_indirty;                  grphput = (alldraw)?grphput_all:grphput_indirty;
                 mask = ~0x03030303;                  mask = ~0x03030303;

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


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