1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-19 04:29:27 +00:00

Bump version to 0.9.1.0

This commit is contained in:
Seth Morabito 2014-01-26 01:29:09 -08:00
parent 1bc8eda38d
commit a7ea60d250
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ SYMON - A 6502 System Simulator
**NOTE: THIS SOFTWARE IS UNDER ACTIVE DEVELOPMENT. Feedback is welcome!** **NOTE: THIS SOFTWARE IS UNDER ACTIVE DEVELOPMENT. Feedback is welcome!**
**Version:** 0.9.0.1 **Version:** 0.9.1.0
**Last Updated:** 29 December, 2013 **Last Updated:** 29 December, 2013
@ -154,7 +154,7 @@ Maven will build Symon, run unit tests, and produce a jar file in the
Symon is meant to be invoked directly from the jar file. To run with Symon is meant to be invoked directly from the jar file. To run with
Java 1.5 or greater, just type: Java 1.5 or greater, just type:
$ java -jar symon-0.9.0.jar $ java -jar symon-0.9.1.0.jar
When Symon is running, you should be presented with a simple graphical When Symon is running, you should be presented with a simple graphical
interface. interface.
@ -196,6 +196,8 @@ running.
## 5.0 Revision History ## 5.0 Revision History
- **0.9.1:** 26 January, 2014 - Support for IRQ and NMI handling.
- **0.9.0:** 29 December, 2013 - First pass at a 6545 CRTC simulation. - **0.9.0:** 29 December, 2013 - First pass at a 6545 CRTC simulation.
- **0.8.5:** 30 March, 2013 - ASCII display for memory window. - **0.8.5:** 30 March, 2013 - ASCII display for memory window.
@ -233,8 +235,6 @@ running.
and disassembly. and disassembly.
- More accurate timing. - More accurate timing.
- Smarter interrupt handling.
- UI needs a ton more polish. - UI needs a ton more polish.

View File

@ -4,7 +4,7 @@
<groupId>com.loomcom.symon</groupId> <groupId>com.loomcom.symon</groupId>
<artifactId>symon</artifactId> <artifactId>symon</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.9.0.1</version> <version>0.9.1.0</version>
<name>symon</name> <name>symon</name>
<url>http://www.loomcom.com/symon</url> <url>http://www.loomcom.com/symon</url>
<properties> <properties>