updated version number and added info in CHANGELOG to prepare for release of 0.92

git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@300 23d1a52b-0c3c-0410-b72d-8f29ab48fe35
This commit is contained in:
joxe 2008-09-04 21:25:34 +00:00
parent 91c5fd7d35
commit 174d5df190
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
Changes:
- fixed bug with a write register which did not handle word/byte
- fixed bug which caused array out of bounds on IO-units.
- fixed bug in timer causing interrupts when timer was stopped
- fixed bug in timer to handle start/stop better
- fixed bug in MSP430 core that caused MOV operand to change status flags
- added getDoubleValue in DataSource and made "duty" command print
duty cycle information as double instead of int
- fixed windows to accept double input and not only int input
0.91
Changes:

View File

@ -43,7 +43,7 @@ package se.sics.mspsim.core;
public interface MSP430Constants {
public static final String VERSION = "0.91";
public static final String VERSION = "0.92";
public static final int RESET_PUC = 0;
public static final int RESET_POR = 1;