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

Method Restart

source/Windows/Win32Frame.cpp:669–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669void Win32Frame::Restart()
670{
671 // Changed h/w config, eg. Apple computer type (][+ or //e), slot configuration, etc.
672 g_bRestart = true;
673 PostMessage(g_hFrameWindow, WM_CLOSE, 0, 0);
674}
675
676BYTE* Win32Frame::GetResource(WORD id, LPCSTR lpType, uint32_t dwExpectedSize)
677{

Callers 2

Snapshot_LoadState_v2Function · 0.80
PostMsgAfterCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected