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

Method ~LanguageCardSlot0

source/LanguageCard.cpp:230–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230LanguageCardSlot0::~LanguageCardSlot0(void)
231{
232 delete [] m_pMemory;
233 m_pMemory = NULL;
234 if (m_slot == SLOT0)
235 SetMemMainLanguageCard(NULL, SLOT0);
236}
237
238//
239

Callers

nothing calls this directly

Calls 1

SetMemMainLanguageCardFunction · 0.85

Tested by

no test coverage detected