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

Function IoHandlerSlot3CardOut

source/Memory.cpp:1212–1221  ·  view source on GitHub ↗

From UTAIIe:5-28: If INTCXROM==0 && SLOTC3ROM==0 Then $C300-C3FF is internal ROM

Source from the content-addressed store, hash-verified

1210
1211// From UTAIIe:5-28: If INTCXROM==0 && SLOTC3ROM==0 Then $C300-C3FF is internal ROM
1212static void IoHandlerSlot3CardOut(void)
1213{
1214 _ASSERT(!SW_INTCXROM && !SW_SLOTC3ROM);
1215
1216 for (UINT i = 0; i < 16; i++)
1217 {
1218 IORead[SLOT3 * 16 + i] = IO_Cxxx;
1219 IOWrite[SLOT3 * 16 + i] = IO_Cxxx;
1220 }
1221}
1222
1223static void IoHandlerCardsIn(void)
1224{

Callers 2

IoHandlerCardsInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected