diff src/simulator.asm @ 471:9edb1359ce43

NEW: New Customview 11 in dive mode shows ppO2, EAD/END and CNS CHANGE: Customview 4 shows Clock, Battery Information and Tissue Information
author heinrichsweikamp
date Sun, 11 Dec 2016 14:43:56 +0100
parents 1eeafeeb9287
children ad8acade5567
line wrap: on
line diff
--- a/src/simulator.asm	Tue Dec 06 13:47:39 2016 +0100
+++ b/src/simulator.asm	Sun Dec 11 14:43:56 2016 +0100
@@ -693,8 +693,7 @@
 
         ;---- Display CNS result
         WIN_TOP     .205
-        STRCPY_TEXT tCNS
-        STRCAT  ": "
+        STRCPY_TEXT tCNS2	; "CNS:"
         movff   int_O_CNS_fraction+0,lo
         movff   int_O_CNS_fraction+1,hi
         output_16_3                     ; limit to 999 and display only (0-999)