]> git.sur5r.net Git - cc65/blobdiff - README.md
Merge pull request #177 from mrdudz/pcenginetarget
[cc65] / README.md
index bf7d6dcdee78b2b99f2e5d959bb6f6b51ca3510a..4a0a50bed4099c2de7375c223901a6cb1773caef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
 
 [wiki](http://github.com/cc65/wiki/wiki)
 
-[![build status](http://travis-ci.org/cc65/cc65.png)](http://travis-ci.org/cc65/cc65/builds)
+[![build status](https://api.travis-ci.org/cc65/cc65.svg?branch=master)](https://travis-ci.org/cc65/cc65/builds)
+
+Binary snapshot for [Windows](http://sourceforge.net/projects/cc65/files/cc65-snapshot-win32.zip)
 
 cc65 is a complete cross development package for 65(C)02 systems, including
 a powerful macro assembler, a C compiler, linker, librarian and several
@@ -23,10 +25,12 @@ including
 - the Atari 8 bit machines.
 - the Atari 5200 console.
 - GEOS for the C64, C128 and Apple //e.
+- the NEC PC-Engine (aka TurboGrafx-16).
 - 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.