Update README.md

This commit is contained in:
Nathan D Riggs 2019-05-01 13:01:50 -04:00 committed by GitHub
parent 29a2f6a12e
commit 2db052405d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,8 +107,8 @@ More books have been written over the past forty years than could be read within
A number of folk are doing work on 6502 or the Apple II on GitHub. While I cannot possibly list each and every one (that's what the search function is for!), these are projects I have found particularly useful, informative, entertaining, or inspiring.
* [Prince of Persia Apple II Source Code](https://github.com/fabiensanglard/Prince-of-Persia-Apple-II), by Jordan Mechner
* [WeeGUI, a small gui for the Apple II](#https://github.com/blondie7575/WeeGUI)
* [Two-lines or less Applesoft programs](#https://github.com/thelbane/Apple-II-Programs) -- a lot can be accomplished!
* [WeeGUI, a small gui for the Apple II](https://github.com/blondie7575/WeeGUI)
* [Two-lines or less Applesoft programs](https://github.com/thelbane/Apple-II-Programs) -- a lot can be accomplished!
* [Doss33FSProgs](https://github.com/deater/dos33fsprogs), programs for manipulating the DOS 3.3 filesystem
* [ADTPro](https://github.com/ADTPro/adtpro), a requirement for anyone working with real Apple II hardware today.
* [CC65](https://github.com/cc65), a modern cross-compiling C compiler and assembler for 6502 systems.