comparison code_part1/OSTC_code_asm_part1/german_text.asm @ 231:f9d42f8ff97b

BUGFIX Don't show (nosense) gas consumption in CCR mode (bug BB20).
author JeanDo
date Wed, 16 Mar 2011 19:03:01 +0100
parents 6d4e29d80ff3
children 90af80e57b49
comparison
equal deleted inserted replaced
230:9406a5b0ba5e 231:f9d42f8ff97b
378 TCODE .85, .185, "Alt: " ;294 Alt: 378 TCODE .85, .185, "Alt: " ;294 Alt:
379 ; 379 ;
380 TCODE .20, .125, "Show raw data" ;295 Show raw data 380 TCODE .20, .125, "Show raw data" ;295 Show raw data
381 TCODE .50, .2, "Raw Data:" ;296 Raw Data: 381 TCODE .50, .2, "Raw Data:" ;296 Raw Data:
382 ; Gas-setup addons: 382 ; Gas-setup addons:
383 TCODE .0, .0, "MOD:" ; 297 MOD: (max operating depth of a gas). 383 TCODE .0, .0, "MOD:" ;297 MOD: (max operating depth of a gas).
384 TCODE .0, .0, "END:" ; 298 END: (equivalent nitrogen depth of a gas). 384 TCODE .0, .0, "END:" ;298 END: (equivalent nitrogen depth of a gas).
385 TCODE .0, .0, "EAD:" ; 299 EAD: (equivalent air depth of a gas). 385 TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas).
386 TCODE .100, .125, "Active?" ; 300 Active? (Enable/Disable Gas underwater) 386 TCODE .100, .125, "Active?" ;300 Active? (Enable/Disable Gas underwater)
387 TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank).
387 ;============================================================================= 388 ;=============================================================================