1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00

Fixed a typo

git-svn-id: svn://svn.cc65.org/cc65/trunk@2869 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-01-04 21:16:08 +00:00
parent 5c3b1be529
commit 473d620742

View File

@ -89,7 +89,7 @@ url="funcref.html" name="function reference"> for declaration and usage.
<itemize> <itemize>
<item>peekbsys <item>peekbsys
<item>peewsys <item>peekwsys
<item>pokebsys <item>pokebsys
<item>pokewsys <item>pokewsys
</itemize> </itemize>
@ -137,7 +137,7 @@ structures, accessing the struct fields will access the chip registers.
<bf>Note:</bf> All I/O chips are located in the system bank (bank 15) and can <bf>Note:</bf> All I/O chips are located in the system bank (bank 15) and can
therefore not be accessed like on other platforms. Please use one of the therefore not be accessed like on other platforms. Please use one of the
<tt/peekbsys/, <tt/peewsys/, <tt/pokebsys/ and <tt/pokewsys/ functions to <tt/peekbsys/, <tt/peekwsys/, <tt/pokebsys/ and <tt/pokewsys/ functions to
access the I/O chips. Direct reads and writes to the structures named below access the I/O chips. Direct reads and writes to the structures named below
will <em>not</em> work! will <em>not</em> work!