From UTAIIe:5-28: Since INTCXROM==1 then state of SLOTC3ROM is not important
| 1195 | |
| 1196 | // From UTAIIe:5-28: Since INTCXROM==1 then state of SLOTC3ROM is not important |
| 1197 | static void IoHandlerCardsOut(void) |
| 1198 | { |
| 1199 | _ASSERT( SW_INTCXROM ); |
| 1200 | |
| 1201 | for (UINT uSlot=SLOT1; uSlot<NUM_SLOTS; uSlot++) |
| 1202 | { |
| 1203 | for (UINT i=0; i<16; i++) |
| 1204 | { |
| 1205 | IORead[uSlot*16+i] = IO_Cxxx; |
| 1206 | IOWrite[uSlot*16+i] = IO_Cxxx; |
| 1207 | } |
| 1208 | } |
| 1209 | } |
| 1210 | |
| 1211 | // From UTAIIe:5-28: If INTCXROM==0 && SLOTC3ROM==0 Then $C300-C3FF is internal ROM |
| 1212 | static void IoHandlerSlot3CardOut(void) |
no outgoing calls
no test coverage detected