From: Christian Groessler Date: Fri, 20 Sep 2013 16:09:16 +0000 (+0200) Subject: Add comment describing the need to have the runtime library compiled X-Git-Tag: V2.15~223^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=722dbaa1aa14872b7620ed9cdee907a58fae6b39;p=cc65 Add comment describing the need to have the runtime library compiled with CHARGEN_RELOC enabled. --- diff --git a/cfg/atarixl-largehimem.cfg b/cfg/atarixl-largehimem.cfg index f01294d61..895cfe430 100644 --- a/cfg/atarixl-largehimem.cfg +++ b/cfg/atarixl-largehimem.cfg @@ -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; }