mirror of
https://github.com/sethm/symon.git
synced 2024-12-27 19:30:03 +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
|
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.
|
See the file COPYING for license.
|
||||||
|
|
||||||
@ -220,11 +220,11 @@ running.
|
|||||||
|
|
||||||
## 5.0 Revision History
|
## 5.0 Revision History
|
||||||
|
|
||||||
- **1.1.0-SNAPSHOT:** 30 December, 2015 - Fixed delay loop
|
- **1.1.0:** 31 December, 2015 - Fixed delay loop to better
|
||||||
to better simulate various clock speeds. Added ability
|
simulate various clock speeds. Added ability to select clock
|
||||||
to select clock speed at runtime. Status display now shows
|
speed at runtime. Status display now shows the next instruction
|
||||||
the next instruction to be executed, instead of the last
|
to be executed, instead of the last instruction executed.
|
||||||
instruction executed.
|
Added support for breakpoints.
|
||||||
|
|
||||||
- **1.0.0:** 10 August, 2014 - Added "Simple" machine
|
- **1.0.0:** 10 August, 2014 - Added "Simple" machine
|
||||||
implementation, pure RAM with no IO. Added Klaus Dormann's
|
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>
|
<groupId>com.loomcom.symon</groupId>
|
||||||
<artifactId>symon</artifactId>
|
<artifactId>symon</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.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>
|
||||||
@ -64,7 +64,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<version>2.4</version>
|
<version>2.6</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptorRefs>
|
<descriptorRefs>
|
||||||
<descriptorRef>jar-with-dependencies</descriptorRef>
|
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||||
@ -100,7 +100,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>2.4</version>
|
<version>2.6</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<archive>
|
<archive>
|
||||||
<manifest>
|
<manifest>
|
||||||
|
Loading…
Reference in New Issue
Block a user