Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1247
static bool IsCardInSlot(UINT slot)
1248
{
1249
return GetCardMgr().QuerySlot(slot) != CT_Empty;
1250
}
1251
1252
//===========================================================================
1253
Callers
2
IO_Cxxx
Function · 0.85
MemIsAddrCodeMemory
Function · 0.85
Calls
1
QuerySlot
Method · 0.80
Tested by
no test coverage detected