--- np2/io/pic.c 2003/10/21 11:22:05 1.2 +++ np2/io/pic.c 2003/11/12 00:55:38 1.3 @@ -291,6 +291,7 @@ static void IOOUTCALL pic_o00(UINT port, PICITEM picp; BYTE level; +// TRACEOUT(("pic %x %x", port, dat)); picp = &pic.pi[(port >> 3) & 1]; picp->writeicw = 0; switch(dat & 0x18) { @@ -340,6 +341,7 @@ static void IOOUTCALL pic_o02(UINT port, PICITEM picp; +// TRACEOUT(("pic %x %x", port, dat)); picp = &pic.pi[(port >> 3) & 1]; if (!picp->writeicw) { picp->imr = dat;