Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 815:2a0e5d884fc3
BUGFIX: Fix licence in German
BUGFIX: Fix minor layout bug in surface mode
author | heinrichsweikamp |
---|---|
date | Tue, 12 May 2015 11:30:35 +0200 |
parents | 4f06017d89a8 |
children | df8cd5ffd993 |
comparison
equal
deleted
inserted
replaced
814:e50e76f99636 | 815:2a0e5d884fc3 |
---|---|
1 ; OSTC - diving computer code | 1 ; OSTC Mk.2, 2N and 2C - diving computer code |
2 ; Copyright (C) 2015 HeinrichsWeikamp GbR | 2 ; Copyright (C) 2015 HeinrichsWeikamp GbR |
3 | 3 |
4 ; This program is free software: you can redistribute it and/or modifyn 3 of the License, or | 4 ; This program is free software: you can redistribute it and/or modifyn 3 of the License, or |
5 ; (at your option) any later version. | 5 ; (at your option) any later version. |
6 | 6 |
20 ; 2011/01/20: [jDG] Create a common file included in ASM and C code. | 20 ; 2011/01/20: [jDG] Create a common file included in ASM and C code. |
21 ; known bugs: | 21 ; known bugs: |
22 ; ToDo: | 22 ; ToDo: |
23 | 23 |
24 #DEFINE softwareversion_x d'3' ; Software version XX.YY | 24 #DEFINE softwareversion_x d'3' ; Software version XX.YY |
25 #DEFINE softwareversion_y d'03' ; Software version XX.YY | 25 #DEFINE softwareversion_y d'04' ; Software version XX.YY |
26 | 26 |
27 #DEFINE softwareversion_beta 0 ; (and 0 for release) | 27 #DEFINE softwareversion_beta 0 ; (and 0 for release) |
28 | 28 |
29 #DEFINE max_custom_number d'73' ; Number of last used custom function | 29 #DEFINE max_custom_number d'73' ; Number of last used custom function |
30 | 30 |
31 ; International extension. Selecting messages source: | 31 ; International extension. Selecting messages source: |
32 #DEFINE ENGLISH ; Use english_text.asm | 32 ;#DEFINE ENGLISH ; Use english_text.asm |
33 ;#DEFINE FRENCH ; Use french_text.asm | 33 ;#DEFINE FRENCH ; Use french_text.asm |
34 ;#DEFINE GERMAN ; Use german_text.asm | 34 #DEFINE GERMAN ; Use german_text.asm |
35 ;#DEFINE SPANISH ; Use spanish_text.asm | 35 ;#DEFINE SPANISH ; Use spanish_text.asm |
36 ;#DEFINE RUSSIAN ; Use russian_text.asm | 36 ;#DEFINE RUSSIAN ; Use russian_text.asm |
37 ;#DEFINE ITALIAN ; Use italian_text.asm | 37 ;#DEFINE ITALIAN ; Use italian_text.asm |
38 | 38 |
39 ;#DEFINE DISPLAY_TEST ; Enables Display-Test in RAW data menu | 39 ;#DEFINE DISPLAY_TEST ; Enables Display-Test in RAW data menu |