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

version 1.4, 2004/02/13 14:52:21 version 1.5, 2007/11/03 00:00:20
Line 95  static void IOOUTCALL upd4990_o20(UINT p Line 95  static void IOOUTCALL upd4990_o20(UINT p
   
 static const IOOUT updo20[1] = {upd4990_o20};  static const IOOUT updo20[1] = {upd4990_o20};
   
 void uPD4990_reset(void) {  void uPD4990_reset(const NP2CFG *pConfig) {
   
         ZeroMemory(&uPD4990, sizeof(uPD4990));          ZeroMemory(&uPD4990, sizeof(uPD4990));
   
           (void)pConfig;
 }  }
   
 void uPD4990_bind(void) {  void uPD4990_bind(void) {

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


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