1
0
mirror of https://github.com/sethm/symon.git synced 2025-08-18 09:28:11 +00:00

Additional README updates

This commit is contained in:
Seth Morabito
2013-12-28 23:55:55 -08:00
parent 1493567410
commit 070e7380fc

View File

@@ -132,7 +132,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.8.5.jar $ java -jar symon-0.9.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.
@@ -220,10 +220,6 @@ running.
- Clean up JavaDoc. - Clean up JavaDoc.
- Busses are defined by start address and length. Devices are defined
by start address and end address. They should both use start/end
address.
- Implement CMOS 65C02 instructions and NMOS / CMOS mode flag. - Implement CMOS 65C02 instructions and NMOS / CMOS mode flag.
- Allow displaying ACIA status and dumping ACIA buffers, for - Allow displaying ACIA status and dumping ACIA buffers, for