Double Lo-Res
| 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 ); |
nothing calls this directly
no test coverage detected