]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Jan 2004 21:16:08 +0000 (21:16 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Jan 2004 21:16:08 +0000 (21:16 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2869 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/cbm610.sgml

index 73f6c975b46224e05d4d2ccac6cec7f9bff13993..5a4d18cfb64ab759ddc73536244ae486b0005650 100644 (file)
@@ -89,7 +89,7 @@ url="funcref.html" name="function reference"> for declaration and usage.
 
 <itemize>
 <item>peekbsys
-<item>peewsys
+<item>peekwsys
 <item>pokebsys
 <item>pokewsys
 </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
 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
 will <em>not</em> work!