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

Function IsCardInSlot

source/Memory.cpp:1247–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245}
1246
1247static bool IsCardInSlot(UINT slot)
1248{
1249 return GetCardMgr().QuerySlot(slot) != CT_Empty;
1250}
1251
1252//===========================================================================
1253

Callers 2

IO_CxxxFunction · 0.85
MemIsAddrCodeMemoryFunction · 0.85

Calls 1

QuerySlotMethod · 0.80

Tested by

no test coverage detected