]> git.sur5r.net Git - cc65/blobdiff - doc/co65.sgml
Build files in the extra directory.
[cc65] / doc / co65.sgml
index 274b5e85b0c2e201d79e208b86b753f9a985d0ee..5e87545a5b503ab24c0ef281835d7a2f95bbc318 100644 (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: