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