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

version 1.4, 2004/02/07 07:53:44 version 1.5, 2005/02/07 14:46:11
Line 9 Line 9
   
 void IOOUTCALL dipsw_w8(UINT port, REG8 value) {  void IOOUTCALL dipsw_w8(UINT port, REG8 value) {
   
         BYTE    set;          UINT8   set;
         UINT    update;          UINT    update;
   
         update = 0;          update = 0;

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


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