mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +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:
parent
fd0fa0241e
commit
9329908927
@ -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.
|
url="funcref.html" name="function reference"> for declaration and usage.
|
||||||
|
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>toggle_videomode
|
<item>videomode
|
||||||
<item>c64mode
|
<item>c64mode
|
||||||
<item>fast
|
<item>fast
|
||||||
<item>slow
|
<item>slow
|
||||||
|
@ -159,7 +159,7 @@ the <htmlurl url="co65.html" name="co65 utility"> for information on how to do
|
|||||||
that.
|
that.
|
||||||
|
|
||||||
The joystick will check to see if the screen is flipped or not in the install
|
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>
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ _videomode:
|
|||||||
; The 80 column firmware isn't already active so we need to
|
; The 80 column firmware isn't already active so we need to
|
||||||
; initialize it - causing the screen to be cleared and thus
|
; initialize it - causing the screen to be cleared and thus
|
||||||
; the garbage char printed above to be erased (but for some
|
; 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
|
stz CH
|
||||||
|
|
||||||
; Initializing the 80 column firmware needs the ROM switched
|
; Initializing the 80 column firmware needs the ROM switched
|
||||||
|
Loading…
x
Reference in New Issue
Block a user