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

Function DrawWindow_ZeroPage

source/Debugger/Debugger_Display.cpp:3894–3898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3892}
3893
3894void DrawWindow_ZeroPage( Update_t bUpdate )
3895{
3896 DrawSubWindow_ZeroPage( g_iWindowThis );
3897 DrawSubWindow_Info( bUpdate, g_iWindowThis );
3898}
3899
3900//===========================================================================
3901void DrawWindowBackground_Main( int g_iWindowThis )

Callers 1

UpdateDisplayFunction · 0.85

Calls 2

DrawSubWindow_ZeroPageFunction · 0.85
DrawSubWindow_InfoFunction · 0.85

Tested by

no test coverage detected