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