X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=README.md;h=4a0a50bed4099c2de7375c223901a6cb1773caef;hb=296489ba6cf76c38e242bd601e18f31495cf65f1;hp=d715bfc293ffddf71b61dbbb4752d388f4a0aa82;hpb=919bdbd347186dcf011d52ca5aaaad414923ca13;p=cc65 diff --git a/README.md b/README.md index d715bfc29..4a0a50bed 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -[documentation](http://cc65.github.io/cc65/doc) +[documentation](http://cc65.github.io/doc) -[wiki](https://github.com/cc65/wiki/wiki) +[wiki](http://github.com/cc65/wiki/wiki) -[![build status](https://travis-ci.org/cc65/cc65.png)](https://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 @@ -22,11 +24,13 @@ including - the Apple ][+ and successors. - the Atari 8 bit machines. - the Atari 5200 console. -- GEOS for the C64 and C128. +- 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.