]> git.sur5r.net Git - cc65/commitdiff
Stefan Haubenthal fixed a few typos.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 28 Sep 2009 07:29:56 +0000 (07:29 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 28 Sep 2009 07:29:56 +0000 (07:29 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4252 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/c128.sgml
doc/lynx.sgml
libsrc/apple2/videomode.s

index 7d853df1e3e1ac306466a4a643671a0f6c1e4151..ed5facfea56ad6126a8047524c0f526bf3d8a789 100644 (file)
@@ -83,7 +83,7 @@ The functions listed below are special for the C128. See the <htmlurl
 url="funcref.html" name="function reference"> for declaration and usage.
 
 <itemize>
 url="funcref.html" name="function reference"> for declaration and usage.
 
 <itemize>
-<item>toggle_videomode
+<item>videomode
 <item>c64mode
 <item>fast
 <item>slow
 <item>c64mode
 <item>fast
 <item>slow
index e76b6060ae4122d2660ce019761a7b75c55d4b55..903e9819f2c7d06c195484c9c0e650c83ccfb7b8 100644 (file)
@@ -159,7 +159,7 @@ the <htmlurl url="co65.html" name="co65 utility"> for information on how to do
 that.
 
 The joystick will check to see if the screen is flipped or not in the install
 that.
 
 The joystick will check to see if the screen is flipped or not in the install
-routine and adapt itself to the currect state.
+routine and adapt itself to the correct state.
 
 <sect1>Mouse drivers<p>
 
 
 <sect1>Mouse drivers<p>
 
index 6163042d9419b5d14e31b256debc10d33ba8e755..0a1f7f26ca861ddb6cc9234756175ca3c41cae6f 100644 (file)
@@ -43,7 +43,7 @@ _videomode:
         ; The 80 column firmware isn't already active so we need to
         ; initialize it - causing the screen to be cleared and thus
         ; the garbage char printed above to be erased (but for some
         ; The 80 column firmware isn't already active so we need to
         ; initialize it - causing the screen to be cleared and thus
         ; the garbage char printed above to be erased (but for some
-        ; reason the cursor horizontal position not not be zeroed)
+        ; reason the cursor horizontal position will not be zeroed)
         stz     CH
 
         ; Initializing the 80 column firmware needs the ROM switched
         stz     CH
 
         ; Initializing the 80 column firmware needs the ROM switched