changeset 393:392c14a1d6d1 64kByte Logbook

1.91beta release - 1.92beta start
author heinrichsweikamp
date Tue, 21 Jun 2011 19:36:59 +0200
parents 8e272339fb68
children 01ca15caa593
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm code_part1/OSTC_code_asm_part1/start.asm
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Tue Jun 21 17:37:32 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Tue Jun 21 19:36:59 2011 +0200
@@ -1,3 +1,7 @@
+New in 1.92 beta:
+BETA Version - Do NOT use for diving!
+
+
 New in 1.91 beta:
 BETA Version - Do NOT use for diving!
 BUGFIX: Ignore depths>130m in PC simulation
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Jun 21 17:37:32 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Jun 21 19:36:59 2011 +0200
@@ -22,7 +22,7 @@
 ; ToDo:
 
 #DEFINE	softwareversion_x		d'1'		; Software version  XX.YY
-#DEFINE	softwareversion_y		d'91'		; Software version  XX.YY
+#DEFINE	softwareversion_y		d'92'		; Software version  XX.YY
 
 #DEFINE softwareversion_beta 	1 			; (and 0 for release) 
 
--- a/code_part1/OSTC_code_asm_part1/start.asm	Tue Jun 21 17:37:32 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/start.asm	Tue Jun 21 19:36:59 2011 +0200
@@ -131,12 +131,13 @@
 
 ; Reset CF48
 	movlw	d'1'
-	movwf	EEADRH					; Bank1
+	movwf	EEADRH					; EEPROM Bank1
 	clrf	EEDATA					; =0
 	write_int_eeprom	d'191'
 	write_int_eeprom	d'192'	
 	write_int_eeprom	d'193'
 	write_int_eeprom	d'194'		; Reset Default and Current Value to zero
+	clrf	EEADRH
 ;	goto	reset_all_cf			; resets all custom functions bank0 and bank1 and jumps to "restart"
 			
 restart: