Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 619:85e8e1501fd8
New CF66: Show GF in NDL (If GF > CF08)
author | heinrichsweikamp |
---|---|
date | Fri, 27 Jul 2012 19:32:18 +0200 |
parents | 6b9713b56bca |
children | e7b675c28896 |
comparison
equal
deleted
inserted
replaced
618:6b9713b56bca | 619:85e8e1501fd8 |
---|---|
24 #DEFINE softwareversion_x d'2' ; Software version XX.YY | 24 #DEFINE softwareversion_x d'2' ; Software version XX.YY |
25 #DEFINE softwareversion_y d'29' ; Software version XX.YY | 25 #DEFINE softwareversion_y d'29' ; Software version XX.YY |
26 | 26 |
27 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 27 #DEFINE softwareversion_beta 1 ; (and 0 for release) |
28 | 28 |
29 #DEFINE max_custom_number d'65' ; Number of last used custom function | 29 #DEFINE max_custom_number d'66' ; 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 |