Diff for /np2/io/pit.h between versions 1.4 and 1.6

version 1.4, 2003/12/08 00:55:32 version 1.6, 2004/03/12 18:19:57
Line 3  typedef struct { Line 3  typedef struct {
         UINT8   mode[4];          UINT8   mode[4];
         UINT8   flag[4];          UINT8   flag[4];
         UINT8   intr[4];          UINT8   intr[4];
   #if 0
           UINT8   stat[4];
   #endif
         UINT16  value[4];          UINT16  value[4];
         UINT16  latch[4];          UINT16  latch[4];
 } _PIT, *PIT;  } _PIT, *PIT;

Removed from v.1.4  
changed lines
  Added in v.1.6


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