# HG changeset patch
# User heinrichsweikamp
# Date 1308677819 -7200
# Node ID 392c14a1d6d17268fc3c2f9d5ecc527ad5d8a4a5
# Parent  8e272339fb68cf6ddb89ac43382aef20b91ed8f1
1.91beta release - 1.92beta start

diff -r 8e272339fb68 -r 392c14a1d6d1 code_part1/OSTC_code_asm_part1/changelog.txt
--- 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
diff -r 8e272339fb68 -r 392c14a1d6d1 code_part1/OSTC_code_asm_part1/definitions.asm
--- 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) 
 
diff -r 8e272339fb68 -r 392c14a1d6d1 code_part1/OSTC_code_asm_part1/start.asm
--- 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: