# HG changeset patch # User heinrichsweikamp # Date 1359532610 -3600 # Node ID 839eac136bd8bd55b2e29f88005c2ef0dc9a1a6d # Parent 6761e1865dfdfb730cddf6895310531fd48a2b5a 2.60beta release diff -r 6761e1865dfd -r 839eac136bd8 code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Mon Jan 28 11:28:15 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed Jan 30 08:56:50 2013 +0100 @@ -6,7 +6,7 @@ NEW: Show active gas indicator below first gas in surfacemode UPDATE: OSTC interface description file NEW: Hard-coded min. Values for CF00 and CF01 -CHANGE: Set cursor to "Exit" when leaving sub-menus +CHANGE: Set cursor to "Exit" when leaving some sub-menus New in 2.59: BETA Version - Do NOT use for diving! diff -r 6761e1865dfd -r 839eac136bd8 code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Mon Jan 28 11:28:15 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Wed Jan 30 08:56:50 2013 +0100 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'60' ; Software version XX.YY +#DEFINE softwareversion_y d'61' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release) diff -r 6761e1865dfd -r 839eac136bd8 code_part1/OSTC_code_asm_part1/outputs.asm --- a/code_part1/OSTC_code_asm_part1/outputs.asm Mon Jan 28 11:28:15 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/outputs.asm Wed Jan 30 08:56:50 2013 +0100 @@ -1550,23 +1550,23 @@ WIN_INVERT .0 ; Init new Wordprocessor movlw .0 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases - WIN_LEFT .90 + WIN_LEFT .115 STRCPY_PRINT "1" movlw .1 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases - WIN_LEFT .103 + WIN_LEFT .124 STRCPY_PRINT "2" movlw .2 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases - WIN_LEFT .117 + WIN_LEFT .133 STRCPY_PRINT "3" movlw .3 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases - WIN_LEFT .130 + WIN_LEFT .142 STRCPY_PRINT "4" movlw .4 call DISP_grey_inactive_gas ; Sets Greyvalue for inactive gases - WIN_LEFT .143 + WIN_LEFT .151 STRCPY_PRINT "5" WIN_TOP .130 diff -r 6761e1865dfd -r 839eac136bd8 docu/OSTC Custom Functions DE V257 BETA.pdf Binary file docu/OSTC Custom Functions DE V257 BETA.pdf has changed diff -r 6761e1865dfd -r 839eac136bd8 docu/OSTC Custom Functions EN V257 BETA.pdf Binary file docu/OSTC Custom Functions EN V257 BETA.pdf has changed diff -r 6761e1865dfd -r 839eac136bd8 docu/OSTC Custom Functions FR V259 BETA.pdf Binary file docu/OSTC Custom Functions FR V259 BETA.pdf has changed