Quite some functions mentioned as "unsupported" are available in the meantime

(Stefan Haubenthal).


git-svn-id: svn://svn.cc65.org/cc65/trunk@3820 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2008-03-26 08:39:36 +00:00
parent d20b12bef7
commit 79fdf9e7c6

View File

@@ -43,8 +43,6 @@ Functions that are <em/not/ available:
<itemize> <itemize>
<item><tt>tmpfile/tmpnam</tt> <item><tt>tmpfile/tmpnam</tt>
<p> <p>
<item>The <tt/scanf/ family of functions
<p>
<item><tt>system</tt> <item><tt>system</tt>
<p> <p>
<item>All functions that handle floating point numbers in some manner. <item>All functions that handle floating point numbers in some manner.
@@ -57,7 +55,7 @@ Functions that are <em/not/ available:
<item>Signals and all related functions (having <tt/SIGSEGV/ would be <item>Signals and all related functions (having <tt/SIGSEGV/ would be
cool:-) cool:-)
<p> <p>
<item><tt>setbuf/setvbuf/ungetc</tt> <item><tt>setbuf/setvbuf</tt>
</itemize> </itemize>
Functions not available on all supported systems: Functions not available on all supported systems:
@@ -166,12 +164,15 @@ portable. conio implementations exist for the following targets:
<item>apple2 <item>apple2
<item>apple2enh <item>apple2enh
<item>atari <item>atari
<item>atmos
<item>c16 (works also for the c116 with up to 32K memory) <item>c16 (works also for the c116 with up to 32K memory)
<item>c64 <item>c64
<item>c128 <item>c128
<item>plus4 (or expanded c16/c116) <item>plus4 (or expanded c16/c116)
<item>cbm510 (40 column video) <item>cbm510 (40 column video)
<item>cbm610 (all CBM series-II computers with 80 column video) <item>cbm610 (all CBM series-II computers with 80 column video)
<item>geos
<item>nes
<item>pet (all CBM PET systems except the 2001) <item>pet (all CBM PET systems except the 2001)
<item>vic20 <item>vic20
</itemize> </itemize>