Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/surfmode.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 | 8f20e8948b97 |
children | 4ec488f046f4 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/surfmode.asm Sun Apr 10 09:54:44 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/surfmode.asm Sun Apr 10 13:12:38 2011 +0200 @@ -288,8 +288,8 @@ movlb b'00000001' ; select ram bank 1 ostc_debug 'J' ; Sends debug-information to screen if debugmode active -movff int_O_desaturation_time+0,desaturation_time_buffer+0 -movff int_O_desaturation_time+1,desaturation_time_buffer+1 + movff int_O_desaturation_time+0,desaturation_time_buffer+0 + movff int_O_desaturation_time+1,desaturation_time_buffer+1 return