Diff for /np2/io/artic.c between versions 1.7 and 1.8

version 1.7, 2005/04/05 18:43:52 version 1.8, 2007/11/03 00:00:20
Line 79  static REG8 IOINPCALL artic_i5f(UINT por Line 79  static REG8 IOINPCALL artic_i5f(UINT por
   
 // ---- I/F  // ---- I/F
   
 void artic_reset(void) {  void artic_reset(const NP2CFG *pConfig) {
   
         ZeroMemory(&artic, sizeof(artic));          ZeroMemory(&artic, sizeof(artic));
   
           (void)pConfig;
 }  }
   
 void artic_bind(void) {  void artic_bind(void) {

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


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