disable debug display options to screen
This commit is contained in:
parent
05c9cae9cf
commit
c7c3b0901c
1 changed files with 16 additions and 13 deletions
|
@ -1034,6 +1034,8 @@ static void CheckOptions()
|
|||
invertIECInputs = false;
|
||||
ignoreReset = options.IgnoreReset();
|
||||
|
||||
// print confirmation of parsed options
|
||||
if (0) {
|
||||
screen.Clear(COLOUR_BLACK);
|
||||
int y_pos = 200;
|
||||
snprintf(tempBuffer, tempBufferSize, "ignoreReset = %d\r\n", ignoreReset);
|
||||
|
@ -1047,6 +1049,7 @@ static void CheckOptions()
|
|||
snprintf(tempBuffer, tempBufferSize, "invertIECOutputs = %d\r\n", invertIECOutputs);
|
||||
screen.PrintText(false, 0, y_pos+=16, tempBuffer, COLOUR_WHITE, COLOUR_BLACK);
|
||||
IEC_Bus::WaitMicroSeconds(5 * 1000000);
|
||||
}
|
||||
|
||||
ROMName = options.GetRomFontName();
|
||||
if (ROMName)
|
||||
|
|
Loading…
Reference in a new issue