Fixed a few problems with the docs as suggested by Spiro Trikaliotis resp.

Greg King.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3933 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-02-15 16:54:58 +00:00
parent ef4062f673
commit dce3753d31
4 changed files with 6 additions and 6 deletions

View File

@@ -274,9 +274,9 @@ it from C code. In your code, define an arbitrary variable with this name. Use
the address of this variable as the address of the code segment of the driver.
Be sure to never modify the variable which is in reality the start of your
driver!
<sect1>Example: Convert and link a graphics driver<p>
<sect1>Example - Convert and link a graphics driver<p>
As an example, here are some instructions to convert and use the c64-hi.tgi
graphics driver: