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

Function CmdViewOutput_DGRX

source/Debugger/Debug.cpp:7263–7266  ·  view source on GitHub ↗

Double Lo-Res

Source from the content-addressed store, hash-verified

7261 }
7262// Double Lo-Res
7263 Update_t CmdViewOutput_DGRX (int nArgs)
7264 {
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 );

Callers

nothing calls this directly

Calls 1

_ViewOutputFunction · 0.85

Tested by

no test coverage detected