Debugger: added help for videoinfo cmd

This commit is contained in:
tomcw
2019-09-22 16:53:38 +01:00
parent b3eb789e03
commit 604aff4bbb
6 changed files with 26 additions and 12 deletions

View File

@@ -1400,7 +1400,21 @@ Update_t CmdHelpSpecific (int nArgs)
ConsoleColorizePrint( sText, " Usage: symbol" );
ConsoleBufferPush( " Looks up symbol in all 3 symbol tables: main, user, source" );
break;
// View
// Video-Scanner
case CMD_VIDEO_SCANNER_INFO:
ConsoleColorizePrint(sText, " Usage: <dec|hex|real|apple>");
ConsoleBufferPush(" Where:");
ConsoleBufferPush(" <dec|hex> changes output to dec/hex");
ConsoleBufferPush(" <real|apple> alters horz value to hbl-l,visible,hbl-r or hbl-r+l,visible");
{
char sText[CONSOLE_WIDTH];
ConsolePrintFormat(sText, " %sRed%s=invisible (hbl or vbl active) / %sGreen%s=visible"
,CHC_KEY , CHC_DEFAULT // red
,CHC_COMMAND, CHC_DEFAULT // green
);
}
break;
// View
case CMD_VIEW_TEXT4X:
case CMD_VIEW_TEXT41:
case CMD_VIEW_TEXT42: