1
0
mirror of https://github.com/sethm/symon.git synced 2025-08-08 05:24:59 +00:00

Update for 1.1.1 release

This commit is contained in:
Seth Morabito
2016-01-02 09:46:12 -08:00
parent 3530e9e99a
commit 6b5976be8f
2 changed files with 7 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
SYMON - A 6502 System Simulator SYMON - A 6502 System Simulator
=============================== ===============================
**Version:** 1.1.0 **Version:** 1.1.1
**Last Updated:** 31 December, 2015 **Last Updated:** 2 January, 2016
See the file COPYING for license. See the file COPYING for license.
@@ -188,7 +188,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.8 or greater, just type: Java 1.8 or greater, just type:
$ java -jar symon-1.1.0.0-SNAPSHOT.jar $ java -jar symon-1.1.1.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.
@@ -235,6 +235,9 @@ running.
## 5.0 Revision History ## 5.0 Revision History
- **1.1.1:** 2 January, 2016 - Minor enhancement: Allows breakpoints
to be added with the Enter key.
- **1.1.0:** 31 December, 2015 - Fixed delay loop to better - **1.1.0:** 31 December, 2015 - Fixed delay loop to better
simulate various clock speeds. Added ability to select clock simulate various clock speeds. Added ability to select clock
speed at runtime. Status display now shows the next instruction speed at runtime. Status display now shows the next instruction

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>1.1.0</version> <version>1.1.1</version>
<name>symon</name> <name>symon</name>
<url>http://www.loomcom.com/symon</url> <url>http://www.loomcom.com/symon</url>
<properties> <properties>