]> git.sur5r.net Git - cc65/commitdiff
Add comment describing the need to have the runtime library compiled
authorChristian Groessler <chris@groessler.org>
Fri, 20 Sep 2013 16:09:16 +0000 (18:09 +0200)
committerChristian Groessler <chris@groessler.org>
Fri, 20 Sep 2013 16:09:16 +0000 (18:09 +0200)
with CHARGEN_RELOC enabled.

cfg/atarixl-largehimem.cfg

index f01294d61aba63dbb5379bb1af91af04c34c2275..895cfe4306a646201d91b815284aff4eb06bd632 100644 (file)
@@ -1,3 +1,8 @@
+# This config file provides a single big upper memory block (HIDDEN_RAM).
+# To achieve this, it relocates the character generator from $E000 to CHARGEN.
+# The runtime library must be compiled with CHARGEN_RELOC for this config
+# file to work. See libsrc/atari/Makefile.inc.
+
 FEATURES {
     STARTADDRESS: default = $2400;
 }