Diff for /np2/io/pic.c between versions 1.13 and 1.14

version 1.13, 2004/01/29 09:41:50 version 1.14, 2004/01/30 01:29:13
Line 283  static void IOOUTCALL pic_o02(UINT port, Line 283  static void IOOUTCALL pic_o02(UINT port,
   
         PICITEM         picp;          PICITEM         picp;
   
         TRACEOUT(("pic %x %x", port, dat));  //      TRACEOUT(("pic %x %x", port, dat));
         picp = &pic.pi[(port >> 3) & 1];          picp = &pic.pi[(port >> 3) & 1];
         if (!picp->writeicw) {          if (!picp->writeicw) {
 #if 1  #if 1

Removed from v.1.13  
changed lines
  Added in v.1.14


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