Diff for /np2/io/pit.c between versions 1.1.1.1 and 1.2

version 1.1.1.1, 2003/10/16 17:57:57 version 1.2, 2003/10/25 11:37:40
Line 149  void itimer_setflag(int ch, BYTE value)  Line 149  void itimer_setflag(int ch, BYTE value) 
                 pit.mode[ch] = value;                  pit.mode[ch] = value;
         }          }
         else {                                                                                                          // latch          else {                                                                                                          // latch
                   pit.mode[ch] &= ~0x30;
                 pit.latch[ch].w = itimer_latch(ch);                  pit.latch[ch].w = itimer_latch(ch);
         }          }
 }  }

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


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