1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-09 01:29:30 +00:00

Copyright update, acknowledgements

This commit is contained in:
Seth Morabito 2013-01-03 17:36:27 -08:00
parent da8250778e
commit 4b240d9dfd
3 changed files with 29 additions and 16 deletions

View File

@ -176,8 +176,20 @@ running.
- Allow displaying ACIA status and dumping ACIA buffers, for
debugging.
## 7.0 Acknowledgements
## 7.0 Licensing
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
wonderfully detailed information about the 6502
- [Neil Parker's "The 6502/65C02/65C816 Instruction Set Decoded"] (http://www.llx.com/~nparker/a2/opcodes.html),
for information about how instructions are coded
## 8.0 Licensing
Symon is free software. It is distributed under the MIT License.
Please see the file 'COPYING' for full details of the license.

Binary file not shown.

View File

@ -150,7 +150,8 @@ END_CODE
; sign on string
LAB_mess
.byte $0D,$0A,"Symon 6502 SBC (c) 2012, Seth Morabito"
.byte $0D,$0A,"Symon (c) 2008-2013, Seth Morabito"
.byte $0D,$0A,"Enhanced 6502 BASIC 2.22 (c) Lee Davison"
.byte $0D,$0A,"[C]old/[W]arm ?",$00