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

Method Set

source/Debugger/Debug.cpp:461–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 }
460
461 void Set(UINT videoMode)
462 {
463 m_bIsVideoModeValid = true;
464 m_uVideoMode = videoMode;
465 }
466
467private:
468 bool m_bIsVideoModeValid;

Callers 4

_ViewOutputFunction · 0.45
CmdWindowViewOutputFunction · 0.45
DebugContinueSteppingFunction · 0.45
DebuggerProcessKeyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected