Diff for /np2/io/necio.c between versions 1.4 and 1.5

version 1.4, 2004/03/12 18:19:57 version 1.5, 2007/11/03 00:00:20
Line 29  static void IOOUTCALL necio_o043d(UINT p Line 29  static void IOOUTCALL necio_o043d(UINT p
   
 // ---- I/F  // ---- I/F
   
 void necio_reset(void) {  void necio_reset(const NP2CFG *pConfig) {
   
         necio.port0439 = 0xff;          necio.port0439 = 0xff;
   
           (void)pConfig;
 }  }
   
 void necio_bind(void) {  void necio_bind(void) {

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


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