1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Stefan Haubenthal fixed a few typos.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4252 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-09-28 07:29:56 +00:00
parent fd0fa0241e
commit 9329908927
3 changed files with 3 additions and 3 deletions

View 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>
<item>toggle_videomode
<item>videomode
<item>c64mode
<item>fast
<item>slow

View 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
routine and adapt itself to the currect state.
routine and adapt itself to the correct state.
<sect1>Mouse drivers<p>

View 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
; 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