Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/divemode.asm @ 453:38b38b105782
compute desat based on 30min old surface pressure
author | heinrichsweikamp |
---|---|
date | Mon, 22 Aug 2011 17:36:30 +0200 |
parents | b63a90a87fe2 |
children | 993e681e89cf |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm Fri Aug 19 00:56:27 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/divemode.asm Mon Aug 22 17:36:30 2011 +0200 @@ -1116,7 +1116,7 @@ ostc_debug 'G' ; Sends debug-information to screen if debugmode active call deco_calc_desaturation_time ; calculate desaturation time movlb b'00000001' ; select ram bank 1 - call calc_deko_surfmode ; work-around for nofly bug + call calc_deko_surfmode2 ; work-around for nofly bug rcall calculate_noflytime ; Calc NoFly time ostc_debug 'H' ; Sends debug-information to screen if debugmode active ; store header and ...