Diff for /np2/io/gdc_pset.c between versions 1.9 and 1.10

version 1.9, 2005/02/07 14:46:11 version 1.10, 2005/02/08 09:19:00
Line 1 Line 1
 #include        "compiler.h"  #include        "compiler.h"
 #include        "cpucore.h"  #include        "cpucore.h"
 #include        "egcmem.h"  
 #include        "pccore.h"  #include        "pccore.h"
 #include        "iocore.h"  #include        "iocore.h"
   #include        "memegc.h"
 #include        "gdc_sub.h"  #include        "gdc_sub.h"
 #include        "gdc_pset.h"  #include        "gdc_pset.h"
 #include        "vram.h"  #include        "vram.h"
Line 94  static void MEMCALL withegc(GDCPSET pset Line 94  static void MEMCALL withegc(GDCPSET pset
                 addr &= ~1;                  addr &= ~1;
                 data <<= 8;                  data <<= 8;
         }          }
         egc_write_w(pset->base.addr + addr, data);          memegc_wr16(pset->base.addr + addr, data);
 }  }
   
   

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


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