comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 197:f15e804ff67f

Gas switch delay + New CF#55 for additional delay in decoplan for gas switch. + BUGFIX compute integration at full ascent, not half (or the formula is wrong). + BUGFIX minor typo in 2sec exposition factors.
author JeanDo
date Sun, 13 Feb 2011 17:27:43 +0100
parents caf6153b26cb
children 84f75fc257f0
comparison
equal deleted inserted replaced
196:e185b3b028af 197:f15e804ff67f
26 #DEFINE softwareversion_x d'1' ; Software version XX.YY 26 #DEFINE softwareversion_x d'1' ; Software version XX.YY
27 #DEFINE softwareversion_y d'81' ; Software version XX.YY 27 #DEFINE softwareversion_y d'81' ; Software version XX.YY
28 28
29 #DEFINE softwareversion_beta 1 ; (and 0 for release) 29 #DEFINE softwareversion_beta 1 ; (and 0 for release)
30 30
31 #DEFINE max_custom_number d'53' ; Number of last used custom function 31 #DEFINE max_custom_number d'55' ; Number of last used custom function
32 32
33 ; International extension. Selecting messages source: 33 ; International extension. Selecting messages source:
34 #DEFINE ENGLISH ; Use english_text.asm 34 #DEFINE ENGLISH ; Use english_text.asm
35 ;#DEFINE FRENCH ; Use french_text.asm 35 ;#DEFINE FRENCH ; Use french_text.asm
36 ;#DEFINE GERMAN ; Use german_text.asm 36 ;#DEFINE GERMAN ; Use german_text.asm