mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Add comment describing the need to have the runtime library compiled
with CHARGEN_RELOC enabled.
This commit is contained in:
parent
aa2167926a
commit
722dbaa1aa
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user