changeset 533:a2019f310176

2.09 beta release
author heinrichsweikamp
date Sat, 17 Dec 2011 11:14:01 +0100
parents f5a06b9e2fef
children ba1fb2e23f46
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Sat Dec 17 10:28:29 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Sat Dec 17 11:14:01 2011 +0100
@@ -1,3 +1,8 @@
+New in 2.09 beta:
+BETA Version - Do NOT use for diving!
+BUGFIX: small layout fixes
+BUGFIX: Show NDL after deco is done
+
 New in 2.08 beta:
 BETA Version - Do NOT use for diving!
 NEW: Show change gas depth below gaslist (in divemode)
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Sat Dec 17 10:28:29 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Sat Dec 17 11:14:01 2011 +0100
@@ -29,14 +29,13 @@
 #DEFINE	max_custom_number		d'58'		; Number of last used custom function
 
 ; International extension. Selecting messages source:
-#DEFINE    ENGLISH                         ; Use english_text.asm
+;#DEFINE    ENGLISH                         ; Use english_text.asm
 ;#DEFINE	FRENCH  						; Use french_text.asm
-;#DEFINE	GERMAN							; Use german_text.asm
+#DEFINE	GERMAN							; Use german_text.asm
 ;#DEFINE	SPANISH							; Use spanish_text.asm
 ;#DEFINE	RUSSIAN							; Use russian_text.asm
 ;#DEFINE	TURKISH							; Use turkish_text.asm
 
-;#DEFINE	__DEBUG	; 
 ;#DEFINE	DISPLAY_TEST	; Enables Display-Test in RAW data menu
 
 #DEFINE	logbook_profile_version	0x21        ; Do not touch!