Mercurial > public > hwos_code
comparison src/divemode.asm @ 635:9a64914a8fca
3.10 re-release addressing some minor issues and language fixes
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2020 09:12:59 +0200 |
parents | 4050675965ea |
children | 8c1f1f334275 |
comparison
equal
deleted
inserted
replaced
634:4050675965ea | 635:9a64914a8fca |
---|---|
3145 ; configure screen layout | 3145 ; configure screen layout |
3146 TSTOSC opt_layout ; alternative layout enabled? | 3146 TSTOSC opt_layout ; alternative layout enabled? |
3147 bsf alt_layout_active ; YES - start with alternative layout | 3147 bsf alt_layout_active ; YES - start with alternative layout |
3148 | 3148 |
3149 ; configure tissue graphics | 3149 ; configure tissue graphics |
3150 TSTOSS opt_tissue_graphics ; shall show: 0= pres+sat, 1= N2+He | 3150 TSTOSC opt_tissue_graphics ; shall show: 0= pres+sat, 1= N2+He |
3151 bsf tissue_graphic_layout ; YES - show press+sat | 3151 bsf tissue_graphic_layout ; YES - show press+sat |
3152 TSTOSC char_I_model ; GF factors enabled? | 3152 TSTOSC char_I_model ; GF factors enabled? |
3153 bsf tissue_graphic_gf ; YES - show GF lines | 3153 bsf tissue_graphic_gf ; YES - show GF lines |
3154 | 3154 |
3155 ; reset max relative pressure (max depth) | 3155 ; reset max relative pressure (max depth) |