]> git.sur5r.net Git - cc65/blobdiff - README.md
fixed screensize, timertick, revers mode
[cc65] / README.md
index 33101548bff4b5a56e09a8871280aee94911b107..66079812830464e2765250b87f4ca40cccc1f91c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
-[documentation](http://cc65.github.io/cc65/doc)
+[documentation](http://cc65.github.io/doc)
 
-[![build status](https://travis-ci.org/cc65/cc65.png)](https://travis-ci.org/cc65/cc65/builds)
+[wiki](http://github.com/cc65/wiki/wiki)
+
+[![build status](http://travis-ci.org/cc65/cc65.png)](http://travis-ci.org/cc65/cc65/builds)
 
 cc65 is a complete cross development package for 65(C)02 systems, including
 a powerful macro assembler, a C compiler, linker, librarian and several
@@ -19,11 +21,13 @@ including
   - newer PET machines (not 2001).
 - the Apple ][+ and successors.
 - the Atari 8 bit machines.
-- GEOS for the C64 and C128.
-- the Nintendo Entertainment System (NES).
+- the Atari 5200 console.
+- GEOS for the C64, C128 and Apple //e.
+- the Nintendo Entertainment System (NES) console.
 - the Supervision console.
 - the Oric Atmos.
 - the Lynx console.
+- the Ohio Scientific Challenger 1P
 
 The libraries are fairly portable, so creating a version for other 6502s
 shouldn't be too much work.