Diff for /np2/io/pit.h between versions 1.2 and 1.3

version 1.2, 2003/11/12 20:02:54 version 1.3, 2003/11/21 06:51:11
Line 2 Line 2
 typedef struct {  typedef struct {
         BYTE    mode[4];          BYTE    mode[4];
         BYTE    flag[4];          BYTE    flag[4];
         BYTE    high[4];          BYTE    intr[4];
         UINT16  value[4];          UINT16  value[4];
         UINT16  latch[4];          UINT16  latch[4];
 } _PIT, *PIT;  } _PIT, *PIT;

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


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