]> git.sur5r.net Git - cc65/blobdiff - doc/grc65.sgml
Merge branch 'da65-synclines' of github:shinra-jp/cc65 into da65-synclines
[cc65] / doc / grc65.sgml
index 9e1c56a121266b5b49f42089ef8f35de05e6bd85..1acc6b1f254f45f85990cf9cfa12b46f3027211d 100644 (file)
@@ -4,9 +4,10 @@
 <!-- Title information -->
 
 <title>grc65 -- GEOS Resource Compiler
-<author><url name="Maciej 'YTM/Elysium' Witkowiak" url="mailto:ytm@elysium.pl">
-<and><url name="Greg King" url="mailto:gngking@erols.com">
-<date>VII 2000; VI,VII 2002; 2005-8-3
+<author>
+<url url="mailto:ytm@elysium.pl" name="Maciej 'YTM/Elysium' Witkowiak">,<newline>
+<url url="mailto:greg.king5@verizon.net" name="Greg King">
+<date>2014-04-24
 <abstract>
 This document describes a compiler that can create GEOS headers and menues for
 cc65-compiled programs.
@@ -138,9 +139,9 @@ then, you also have to put in a third type of resource -- a memory definition.
 The value of <tt/icon/ is a quoted file-name.  The first 63 bytes of this file
 are expected to represent a standard monochrome VIC sprite.  The file gets accessed
 when the generated assembly source is being processed by <bf/ca65/.  Examples for
-programs generating such files are <em/Sprite Painter/ and <em/SpritePad/.  The
-default <tt/icon/ is an empty frame internally represented in the generated assembly
-file.
+programs generating such files are <em/Sprite Painter/, <em/SpritePad/ and the
+<url name="sp65 sprite and bitmap utility" url="sp65.html">.  The default <tt/icon/
+is an empty frame internally represented in the generated assembly file.
 
 
 <sect1>Memory definition
@@ -178,7 +179,7 @@ GEOS support in cc65 is based on the <em/Convert v2.5/ format, well-known in
 the GEOS world.  It means that each file built with the cc65 package has to be
 deconverted in GEOS, before it can be run.  You can read a step-by-step
 description of that in the <url name="GEOS section of the cc65 Compiler Intro"
-url="intro-6.html#ss6.5">.
+url="intro.html#ss6.5">.
 
 Each project consists of four parts, two are provided by cc65.  Those parts
 are:<enum>
@@ -343,7 +344,7 @@ for addresses.
 
 
 
-<appendix>
+<!-- <appendix> -->
 <sect>Appendix A -- example.grc<label id="example-grc">
 <p><tscreen><verb>
 ; Note that MENU can define both menues and submenues.