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

Function CmdViewOutput_DGR1

source/Debugger/Debug.cpp:7267–7270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7265 return _ViewOutput( VIEW_PAGE_X, VF_DHIRES | VF_80COL );
7266 }
7267 Update_t CmdViewOutput_DGR1 (int nArgs)
7268 {
7269 return _ViewOutput( VIEW_PAGE_1, VF_DHIRES | VF_80COL );
7270 }
7271 Update_t CmdViewOutput_DGR2 (int nArgs)
7272 {
7273 return _ViewOutput( VIEW_PAGE_2, VF_DHIRES | VF_80COL );

Callers

nothing calls this directly

Calls 1

_ViewOutputFunction · 0.85

Tested by

no test coverage detected