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

version 1.9, 2005/02/16 09:31:55 version 1.10, 2007/11/03 00:00:20
Line 115  static void IOOUTCALL egc_o4a0(UINT port Line 115  static void IOOUTCALL egc_o4a0(UINT port
         }          }
 }  }
   
 void egc_reset(void) {  void egc_reset(const NP2CFG *pConfig) {
   
         ZeroMemory(&egc, sizeof(egc));          ZeroMemory(&egc, sizeof(egc));
         egc.access = 0xfff0;          egc.access = 0xfff0;
Line 124  void egc_reset(void) { Line 124  void egc_reset(void) {
         egc.leng = 0x000f;          egc.leng = 0x000f;
         egcshift();          egcshift();
         egc.srcmask.w = 0xffff;          egc.srcmask.w = 0xffff;
   
           (void)pConfig;
 }  }
   
 void egc_bind(void) {  void egc_bind(void) {

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


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