Diff for /np2/io/pcidev.h between versions 1.1 and 1.3

version 1.1, 2004/03/19 03:36:52 version 1.3, 2007/11/03 00:00:20
Line 3 Line 3
   
 #if defined(SUPPORT_PC9821)  #if defined(SUPPORT_PC9821)
   
   typedef struct {
           UINT32  base;
   
           UINT8   membankd0;
   } _PCIDEV, *PCIDEV;
   
   
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" {  extern "C" {
 #endif  #endif
Line 10  extern "C" { Line 17  extern "C" {
 void IOOUTCALL pcidev_w32(UINT port, UINT32 value);  void IOOUTCALL pcidev_w32(UINT port, UINT32 value);
 UINT32 IOOUTCALL pcidev_r32(UINT port);  UINT32 IOOUTCALL pcidev_r32(UINT port);
   
 void pcidev_reset(void);  void pcidev_reset(const NP2CFG *pConfig);
 void pcidev_bind(void);  void pcidev_bind(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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