comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 521:33abbc08f01e

Minor cleanups for TESTING=1 emulator mode.
author JeanDo
date Fri, 09 Dec 2011 20:43:39 +0100
parents 154b1d1c489e
children ab2686087bce
comparison
equal deleted inserted replaced
520:acf4776eec08 521:33abbc08f01e
265 GETCUSTOM8 d'12' ; Desaturation multiplier % 265 GETCUSTOM8 d'12' ; Desaturation multiplier %
266 movff WREG,char_I_desaturation_multiplier 266 movff WREG,char_I_desaturation_multiplier
267 267
268 call deco_calc_wo_deco_step_1_min ; calculate deco in surface mode 268 call deco_calc_wo_deco_step_1_min ; calculate deco in surface mode
269 movlb b'00000001' ; select ram bank 1 269 movlb b'00000001' ; select ram bank 1
270
270 ostc_debug 'J' ; Sends debug-information to screen if debugmode active 271 ostc_debug 'J' ; Sends debug-information to screen if debugmode active
271 return 272 return
272 273
273 ;============================================================================= 274 ;=============================================================================
274 275