Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/outputs.asm @ 837:23ed973d4fb9
Disable DEBUG mode, Too many users turned this on in the last years and then
complained about "letters on the screen"....
Allow manual (in the menu) year setting >2020
author | heinrichsweikamp |
---|---|
date | Fri, 01 Jan 2021 19:57:21 +0100 |
parents | 0cf00ecf3532 |
children |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/outputs.asm Mon Nov 02 14:40:12 2020 +0100 +++ b/code_part1/OSTC_code_asm_part1/outputs.asm Fri Jan 01 19:57:21 2021 +0100 @@ -264,7 +264,9 @@ movff debug_char+0,debug_char+1 movff WREG,debug_char+0 - btfss debug_mode ; Are we in debugmode? + ; Disable debug hard-coded. Too many users turned this on in the last years and then complained about "letters on the screen".... +; btfss debug_mode ; Are we in debugmode? + return ; No, return! WIN_TOP .192