changeset 683:f998411851b7

minor
author heinrichsweikamp
date Fri, 25 Jan 2013 19:26:16 +0100
parents 8aaacf6eee3f
children 99b3fb0ab4c7
files code_part1/OSTC_code_asm_part1/outputs.asm
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/outputs.asm	Fri Jan 25 18:39:10 2013 +0100
+++ b/code_part1/OSTC_code_asm_part1/outputs.asm	Fri Jan 25 19:26:16 2013 +0100
@@ -865,7 +865,7 @@
 	PUTC    ':'
 	movff	secs,lo
 	output_99x
-	STRCAT_PRINT " "
+	STRCAT_PRINT ""
 	return
 
 DISP_interval:
@@ -2720,12 +2720,13 @@
         movff   WREG,win_height
 
         WIN_LEFT .85                    ; Full divemenu width
-        movlw   .159-.85+1
+        movlw   .159-.85
         movff   WREG,win_width
 
         clrf    WREG                    ; Fill with black
         movff   WREG,win_color1
         movff   WREG,win_color2
+        movff   WREG,win_color3
         
         goto	DISP_box