Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 545:7e6df19264b6
BUGFIX: Simulator in CC mode
BUGFIX: Changing the dive mode and starting the simulator (without leaving the menu first) caused false calculations in the simulator
BUGFIX: PSCR Mode "OC Gases" showed Diluents, not OC gases
BUGFIX: CCR Mode ("First Diluent") was chosen based on OC "First Gas" number
author | heinrichsweikamp |
---|---|
date | Wed, 06 Sep 2017 21:26:18 +0200 |
parents | 64a45f203144 |
children | 33941d158069 |
comparison
equal
deleted
inserted
replaced
544:64a45f203144 | 545:7e6df19264b6 |
---|---|
1145 decf PRODL,F ;-1 to have 0-4 | 1145 decf PRODL,F ;-1 to have 0-4 |
1146 bsf leftbind | 1146 bsf leftbind |
1147 output_8 ; Gas number | 1147 output_8 ; Gas number |
1148 bcf leftbind | 1148 bcf leftbind |
1149 PUTC ":" | 1149 PUTC ":" |
1150 bcf ccr_diluent_setup | |
1150 call gaslist_strcat_gas_mod ;Append gas description of gas #PRODL (0-4) to current string | 1151 call gaslist_strcat_gas_mod ;Append gas description of gas #PRODL (0-4) to current string |
1151 PUTC " " ; Clearing space | 1152 PUTC " " ; Clearing space |
1152 movlw 0x00 | 1153 movlw 0x00 |
1153 movff WREG,buffer+.11 ; limit to 11 chars | 1154 movff WREG,buffer+.11 ; limit to 11 chars |
1154 STRCAT_PRINT "" | 1155 STRCAT_PRINT "" |