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

Method Get

source/Debugger/Debug.cpp:454–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452 }
453
454 bool Get(UINT* pVideoMode)
455 {
456 if (pVideoMode)
457 *pVideoMode = m_bIsVideoModeValid ? m_uVideoMode : 0;
458 return m_bIsVideoModeValid;
459 }
460
461 void Set(UINT videoMode)
462 {

Callers 3

DebugGetVideoModeFunction · 0.80
DebuggerProcessKeyFunction · 0.80
DebugDisplayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected