Diff for /np2/io/pic.h between versions 1.5 and 1.6

version 1.5, 2004/01/29 00:27:29 version 1.6, 2004/03/19 00:30:01
Line 1 Line 1
   
 typedef struct {  typedef struct {
         int             levels;  
         UINT8   level[8];  
   
         UINT8   pry[8];  
         UINT8   icw[4];          UINT8   icw[4];
   
         UINT8   imr;                    // ocw1          UINT8   imr;                    // ocw1
         UINT8   ocw3;          UINT8   isr;
         UINT8   irr;          UINT8   irr;
         UINT8   ext;          UINT8   ocw3;
   
         UINT8   isr;          UINT8   pry;
         UINT8   isrbak;  
         UINT8   writeicw;          UINT8   writeicw;
         UINT8   padding;          UINT8   padding[2];
 } _PICITEM, *PICITEM;  } _PICITEM, *PICITEM;
   
   

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


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