Diff for /np2/io/upd4990.h between versions 1.1.1.1 and 1.4

version 1.1.1.1, 2003/10/16 17:57:58 version 1.4, 2007/11/03 00:00:20
Line 2 Line 2
 #define UPD4990_REGLEN  8  #define UPD4990_REGLEN  8
   
 typedef struct {  typedef struct {
         BYTE    last;          UINT8   last;
         BYTE    cmd;          UINT8   cmd;
         BYTE    serial;          UINT8   serial;
         BYTE    parallel;          UINT8   parallel;
         BYTE    reg[UPD4990_REGLEN];          UINT8   reg[UPD4990_REGLEN];
         UINT    pos;          UINT    pos;
         BYTE    cdat;          UINT8   cdat;
         BYTE    regsft;          UINT8   regsft;
 } _UPD4990, *UPD4990;  } _UPD4990, *UPD4990;
   
   
Line 17  typedef struct { Line 17  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 void uPD4990_reset(void);  void uPD4990_reset(const NP2CFG *pConfig);
 void uPD4990_bind(void);  void uPD4990_bind(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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