comparison src/option_table.asm @ 144:b839972db982

1.45 beta release
author heinrichsweikamp
date Mon, 04 Aug 2014 12:10:35 +0200
parents be997abd1f73
children e3ac5b2021bc
comparison
equal deleted inserted replaced
143:be997abd1f73 144:b839972db982
78 dw register 78 dw register
79 ENDM 79 ENDM
80 80
81 81
82 ;============================================================================= 82 ;=============================================================================
83 extern tPercent, tMeters, tMinutes, tGasDisabled, tbar, tcharx 83 extern tPercent, tMeters, tMinutes, tGasDisabled, tbar
84 extern char_I_deco_gas_change, char_I_setpoint_change, char_I_setpoint_cbar, char_I_dil_change 84 extern char_I_deco_gas_change, char_I_setpoint_change, char_I_setpoint_cbar, char_I_dil_change
85 extern char_I_dive_interval, char_I_bottom_time, char_I_bottom_depth 85 extern char_I_dive_interval, char_I_bottom_time, char_I_bottom_depth
86 extern char_I_deco_model, char_I_saturation_multiplier, char_I_desaturation_multiplier 86 extern char_I_deco_model, char_I_saturation_multiplier, char_I_desaturation_multiplier
87 extern char_I_extra_time 87 extern char_I_extra_time
88 extern tDefName 88 extern tDefName
105 OPTION_UINT8p10 odesatmult, .60, .100, .90,tPercent, .15, char_I_desaturation_multiplier 105 OPTION_UINT8p10 odesatmult, .60, .100, .90,tPercent, .15, char_I_desaturation_multiplier
106 OPTION_UINT8p10 oPPO2Min, .16, ppo2_warning_low, .19, 0, .16, opt_ppO2_min 106 OPTION_UINT8p10 oPPO2Min, .16, ppo2_warning_low, .19, 0, .16, opt_ppO2_min
107 OPTION_UINT8 oaGF_low, .60, .100, .60, tPercent, .17, opt_aGF_low 107 OPTION_UINT8 oaGF_low, .60, .100, .60, tPercent, .17, opt_aGF_low
108 OPTION_UINT8 oaGF_high, .70, .120, .85, tPercent, .18, opt_aGF_high 108 OPTION_UINT8 oaGF_high, .70, .120, .85, tPercent, .18, opt_aGF_high
109 OPTION_BOOL oEnable_aGF, 0, .19, opt_enable_aGF ; =1: aGF can be selected underwater 109 OPTION_BOOL oEnable_aGF, 0, .19, opt_enable_aGF ; =1: aGF can be selected underwater
110 OPTION_UINT8 oCompassGain, 0, 7, 6, tcharx, .20, opt_compass_gain ; 0-7 (230LSB/Gauss to 1370LSB/Gauss) 110 OPTION_UINT8 oCompassGain, 0, 7, 6, tMinutes, .20, opt_compass_gain ; 0-7 (230LSB/Gauss to 1370LSB/Gauss)
111 OPTION_ENUM8 oSamplingRate, 2, 0, tSampling2s, .21, opt_sampling_rate ; =1: 10s, =0: 2s 111 OPTION_ENUM8 oSamplingRate, 2, 0, tSampling2s, .21, opt_sampling_rate ; =1: 10s, =0: 2s
112 112
113 ;============================================================================= 113 ;=============================================================================
114 ; Managing Settings 114 ; Managing Settings
115 OPTION_UINT8 oExtraTime, 0, .9, 0,tMinutes, .22, char_I_extra_time ; Future TTS 115 OPTION_UINT8 oExtraTime, 0, .9, 0,tMinutes, .22, char_I_extra_time ; Future TTS