Diff for /np2/io/gdc.c between versions 1.34 and 1.35

version 1.34, 2005/02/04 05:32:24 version 1.35, 2005/02/07 14:46:11
Line 417  const GDCCLK *clk; Line 417  const GDCCLK *clk;
   
 void gdc_restorekacmode(void) {  void gdc_restorekacmode(void) {
   
         BYTE    bit;          UINT8   bit;
   
         bit = (((!np2cfg.uPD72020) && (gdc.mode1 & 0x20))?0x00:0xff);          bit = (((!np2cfg.uPD72020) && (gdc.mode1 & 0x20))?0x00:0xff);
         if (gdc.bitac != bit) {          if (gdc.bitac != bit) {

Removed from v.1.34  
changed lines
  Added in v.1.35


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