# HG changeset patch # User heinrichsweikamp # Date 1292788448 -3600 # Node ID 966ebf9055145f6347ccd3ad7b1ff2ea3601c2f5 # Parent 64109f6fb3d1dcd386659ec3ee0bfcf0f6009e66 bugfix in output16_3_call diff -r 64109f6fb3d1 -r 966ebf905514 code_part1/OSTC_code_asm_part1/divemode.asm --- a/code_part1/OSTC_code_asm_part1/divemode.asm Sun Dec 19 14:27:30 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/divemode.asm Sun Dec 19 20:54:08 2010 +0100 @@ -62,7 +62,7 @@ ; Tasks only for Gauge mode diveloop_loop1a: - btfss premenu ; Is the divemode menu active? + btfss premenu ; Is the divemode menu active? call PLED_divemins ; display (new) divetime! call timeout_divemode ; dive finished? This routine sets the required flags diff -r 64109f6fb3d1 -r 966ebf905514 code_part1/OSTC_code_asm_part1/pled_outputs.asm --- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Sun Dec 19 14:27:30 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Sun Dec 19 20:54:08 2010 +0100 @@ -2194,7 +2194,6 @@ WIN_LEFT .120 WIN_FONT FT_MEDIUM call PLED_standard_color - call word_processor WIN_FONT FT_SMALL return diff -r 64109f6fb3d1 -r 966ebf905514 code_part1/OSTC_code_asm_part1/valconv.asm --- a/code_part1/OSTC_code_asm_part1/valconv.asm Sun Dec 19 14:27:30 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/valconv.asm Sun Dec 19 20:54:08 2010 +0100 @@ -107,6 +107,7 @@ output16_3_call: clrf ignore_digits incf ignore_digits,F + bsf show_last3 clrf WREG bra output16