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

Function MemGetSlotParameters

source/Memory.cpp:1190–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190LPVOID MemGetSlotParameters(UINT uSlot)
1191{
1192 _ASSERT(uSlot < NUM_SLOTS);
1193 return g_SlotInfo[uSlot].parameters;
1194}
1195
1196// From UTAIIe:5-28: Since INTCXROM==1 then state of SLOTC3ROM is not important
1197static void IoHandlerCardsOut(void)

Callers 15

IOReadMethod · 0.85
IOWriteMethod · 0.85
IOReadMethod · 0.85
IOWriteMethod · 0.85
IOReadMethod · 0.85
IOWriteMethod · 0.85
IOReadMethod · 0.85
IOWriteMethod · 0.85
SSC_IOReadMethod · 0.85
SSC_IOWriteMethod · 0.85
IOReadMethod · 0.85
IOWriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected