diff code_part1/OSTC_code_asm_part1/MAIN.ASM @ 706:d68c6a6b1f38

aa fonts processor
author heinrichsweikamp
date Tue, 16 Apr 2013 15:40:27 +0200
parents 6e456a6398e0
children e16e636def61
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM	Mon Apr 15 21:13:14 2013 +0200
+++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM	Tue Apr 16 15:40:27 2013 +0200
@@ -114,7 +114,7 @@
 #include	aa_fonts.asm
 
 ;=============================================================================
-    MESSG "OSTC - diving computer code,  Copyright (C) 2012 HeinrichsWeikamp"
+    MESSG "OSTC - diving computer code,  Copyright (C) 2013 HeinrichsWeikamp"
     MESSG "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the"
     MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version."
     MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY"
@@ -122,9 +122,9 @@
     MESSG "You should have received a copy of the GNU General Public License along with this program.If not, see http://www.gnu.org/licenses/."
 
   ifdef __DEBUG
-   	MESSG "OSTC Mk.2 code compiled in DEBUG configuration!"
+   	MESSG "OSTC2 code compiled in DEBUG configuration!"
   else
-	MESSG "OSTC Mk.2 code compiled in RELEASE configuration!"
+	MESSG "OSTC2 code compiled in RELEASE configuration!"
   endif