mirror of
https://github.com/sethm/symon.git
synced 2025-04-21 06:37:08 +00:00
Update for 1.1.1 release
This commit is contained in:
parent
3530e9e99a
commit
6b5976be8f
@ -1,9 +1,9 @@
|
||||
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.
|
||||
|
||||
@ -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
|
||||
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
|
||||
interface.
|
||||
@ -235,6 +235,9 @@ running.
|
||||
|
||||
## 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
|
||||
simulate various clock speeds. Added ability to select clock
|
||||
speed at runtime. Status display now shows the next instruction
|
||||
|
Loading…
x
Reference in New Issue
Block a user