Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 45:985607cfb813
1.65beta
author | heinrichsweikamp |
---|---|
date | Sun, 11 Jul 2010 20:26:43 +0200 |
parents | 65d5b0c8da41 |
children | 56aea9fcdd8f |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Thu Jul 01 17:45:01 2010 +0200 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Sun Jul 11 20:26:43 2010 +0200 @@ -3420,36 +3420,36 @@ ; return ; -PLED_gaschange_DEBUG: - WIN_LEFT .0 - WIN_TOP .160 - lfsr FSR2,letter - movff char_I_deco_He_ratio,lo - output_8 - call word_processor - - WIN_LEFT .25 - WIN_TOP .160 - call PLED_SetRow - lfsr FSR2,letter - movff char_I_deco_N2_ratio,lo - output_8 - call word_processor - - WIN_LEFT .50 - WIN_TOP .160 - lfsr FSR2,letter - movff char_I_deco_gas_change,lo - output_8 - call word_processor - - WIN_LEFT .75 - WIN_TOP .160 - lfsr FSR2,letter - movff hi,lo - output_8 - call word_processor - return +;PLED_gaschange_DEBUG: +; WIN_LEFT .0 +; WIN_TOP .160 +; lfsr FSR2,letter +; movff char_I_deco_He_ratio,lo +; output_8 +; call word_processor +; +; WIN_LEFT .25 +; WIN_TOP .160 +; call PLED_SetRow +; lfsr FSR2,letter +; movff char_I_deco_N2_ratio,lo +; output_8 +; call word_processor +; +; WIN_LEFT .50 +; WIN_TOP .160 +; lfsr FSR2,letter +; movff char_I_deco_gas_change,lo +; output_8 +; call word_processor +; +; WIN_LEFT .75 +; WIN_TOP .160 +; lfsr FSR2,letter +; movff hi,lo +; output_8 +; call word_processor +; return PLED_MultiGF_deco_mask: