mirror of
https://github.com/sethm/symon.git
synced 2024-12-27 04:29:34 +00:00
Release 1.1.0
This commit is contained in:
parent
df88c54f90
commit
da2750f4ee
14
README.md
14
README.md
@ -1,9 +1,9 @@
|
||||
SYMON - A 6502 System Simulator
|
||||
===============================
|
||||
|
||||
**Version:** 1.1.0-SNAPSHOT
|
||||
**Version:** 1.1.0
|
||||
|
||||
**Last Updated:** 30 December, 2015
|
||||
**Last Updated:** 31 December, 2015
|
||||
|
||||
See the file COPYING for license.
|
||||
|
||||
@ -220,11 +220,11 @@ running.
|
||||
|
||||
## 5.0 Revision History
|
||||
|
||||
- **1.1.0-SNAPSHOT:** 30 December, 2015 - Fixed delay loop
|
||||
to better simulate various clock speeds. Added ability
|
||||
to select clock speed at runtime. Status display now shows
|
||||
the next instruction to be executed, instead of the last
|
||||
instruction executed.
|
||||
- **1.1.0:** 31 December, 2015 - Fixed delay loop to better
|
||||
simulate various clock speeds. Added ability to select clock
|
||||
speed at runtime. Status display now shows the next instruction
|
||||
to be executed, instead of the last instruction executed.
|
||||
Added support for breakpoints.
|
||||
|
||||
- **1.0.0:** 10 August, 2014 - Added "Simple" machine
|
||||
implementation, pure RAM with no IO. Added Klaus Dormann's
|
||||
|
6
pom.xml
6
pom.xml
@ -4,7 +4,7 @@
|
||||
<groupId>com.loomcom.symon</groupId>
|
||||
<artifactId>symon</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.0</version>
|
||||
<name>symon</name>
|
||||
<url>http://www.loomcom.com/symon</url>
|
||||
<properties>
|
||||
@ -64,7 +64,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
<descriptorRefs>
|
||||
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||
@ -100,7 +100,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
|
Loading…
Reference in New Issue
Block a user