mirror of
https://github.com/sethm/symon.git
synced 2025-01-17 03:30:28 +00:00
Release version 1.0.0
This commit is contained in:
parent
fce0dad2a9
commit
ac5907691f
32
README.md
32
README.md
@ -1,19 +1,9 @@
|
|||||||
SYMON - A 6502 System Simulator
|
SYMON - A 6502 System Simulator
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
**NOTE: THIS SOFTWARE IS UNDER ACTIVE DEVELOPMENT. Feedback is welcome!**
|
**Version:** 1.0.0
|
||||||
|
|
||||||
**Version:** 1.0.0-SNAPSHOT
|
**Last Updated:** 11 August, 2014
|
||||||
|
|
||||||
**Last Updated:** 10 August, 2014
|
|
||||||
|
|
||||||
**Copyright (c) 2014 Seth J. Morabito <web@loomcom.com>**
|
|
||||||
|
|
||||||
Portions Copyright (c) 2014 Maik Merten <maikmerten@googlemail.com>
|
|
||||||
|
|
||||||
Enhanced 6502 BASIC (c) Lee Davison
|
|
||||||
|
|
||||||
6502 Functional Tests (c) Klaus Dormann
|
|
||||||
|
|
||||||
See the file COPYING for license.
|
See the file COPYING for license.
|
||||||
|
|
||||||
@ -35,6 +25,9 @@ Klaus Dormann's 6502 Functional Test Suite as of version 0.8.2
|
|||||||
(See [this thread on the 6502.org Forums] (http://forum.6502.org/viewtopic.php?f=2&t=2241)
|
(See [this thread on the 6502.org Forums] (http://forum.6502.org/viewtopic.php?f=2&t=2241)
|
||||||
for more information about this functional test suite).
|
for more information about this functional test suite).
|
||||||
|
|
||||||
|
Symon is under constant, active development. Feedback and patches
|
||||||
|
are always welcome.
|
||||||
|
|
||||||
## 2.0 Requirements
|
## 2.0 Requirements
|
||||||
|
|
||||||
- Java 1.7 or higher
|
- Java 1.7 or higher
|
||||||
@ -288,13 +281,20 @@ running.
|
|||||||
|
|
||||||
- Symbolic debugging.
|
- Symbolic debugging.
|
||||||
|
|
||||||
## 7.0 Acknowledgements
|
## 7.0 Copyright and Acknowledgements
|
||||||
|
|
||||||
|
**Copyright (c) 2014 Seth J. Morabito <web@loomcom.com>**
|
||||||
|
|
||||||
|
Portions Copyright (c) 2014 Maik Merten <maikmerten@googlemail.com>
|
||||||
|
|
||||||
|
Additional components used in this project are copyright their respective owners.
|
||||||
|
|
||||||
|
- Enhanced 6502 BASIC Copyright (c) Lee Davison
|
||||||
|
- 6502 Functional Tests Copyright (c) Klaus Dormann
|
||||||
|
- JTerminal Copyright (c) Graham Edgecombe
|
||||||
|
|
||||||
This project would not have been possible without the following resources:
|
This project would not have been possible without the following resources:
|
||||||
|
|
||||||
- [Graham Edgecombe's JTerminal project] (https://github.com/grahamedgecombe/jterminal),
|
|
||||||
which forms the core of Symon's console.
|
|
||||||
|
|
||||||
- [Andrew Jacobs' 6502 Pages] (http://www.obelisk.demon.co.uk/6502/), for
|
- [Andrew Jacobs' 6502 Pages] (http://www.obelisk.demon.co.uk/6502/), for
|
||||||
wonderfully detailed information about the 6502
|
wonderfully detailed information about the 6502
|
||||||
|
|
||||||
|
2
pom.xml
2
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.0.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
<name>symon</name>
|
<name>symon</name>
|
||||||
<url>http://www.loomcom.com/symon</url>
|
<url>http://www.loomcom.com/symon</url>
|
||||||
<properties>
|
<properties>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user