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

Method LanguageCardSlot0

source/LanguageCard.cpp:222–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222LanguageCardSlot0::LanguageCardSlot0(SS_CARDTYPE type, UINT slot)
223 : LanguageCardUnit(type, slot)
224{
225 m_pMemory = new BYTE[kMemBankSize];
226 if (m_slot == SLOT0)
227 SetMemMainLanguageCard(m_pMemory, SLOT0);
228}
229
230LanguageCardSlot0::~LanguageCardSlot0(void)
231{

Callers

nothing calls this directly

Calls 1

SetMemMainLanguageCardFunction · 0.85

Tested by

no test coverage detected