MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / IoHandlerCardsOut

Function IoHandlerCardsOut

source/Memory.cpp:1197–1209  ·  view source on GitHub ↗

From UTAIIe:5-28: Since INTCXROM==1 then state of SLOTC3ROM is not important

Source from the content-addressed store, hash-verified

1195
1196// From UTAIIe:5-28: Since INTCXROM==1 then state of SLOTC3ROM is not important
1197static 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
1212static void IoHandlerSlot3CardOut(void)

Callers 2

MemSetPagingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected