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

version 1.5, 2004/01/29 00:27:29 version 1.7, 2007/11/03 00:00:20
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;
   
   
Line 64  void pic_resetirq(REG8 irq); Line 59  void pic_resetirq(REG8 irq);
   
 void picmask(NEVENTITEM item);  void picmask(NEVENTITEM item);
   
 void pic_reset(void);  void pic_reset(const NP2CFG *pConfig);
 void pic_bind(void);  void pic_bind(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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