Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/divemode.asm @ 257:f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
author | JeanDo |
---|---|
date | Sun, 10 Apr 2011 13:12:38 +0200 |
parents | d8dfbc7041b0 |
children | 27c9bb14b008 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm Sun Apr 10 09:54:44 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/divemode.asm Sun Apr 10 13:12:38 2011 +0200 @@ -1086,7 +1086,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_surfmode ; 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 ...