]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/Makefile.inc
Selection whether to use page 6 for mouse P/M data is not done in
[cc65] / libsrc / atari / Makefile.inc
index af5a17e59fa3ee674db0c385d65a5619149e9294..4488ddf22f0be6f0e2fd30b159333c305cb6d160 100644 (file)
@@ -31,3 +31,7 @@ CA65FLAGS += -D NUMDRVS=4 -D LINEBUF=80 -D UCASE_FILENAME=1 -D DEFAULT_DEVICE=1
 # Disabled by default, you should enable it if the linker script relocates the
 # character generator (like atarixl-largehimem.cfg).
 #CA65FLAGS += -D CHARGEN_RELOC -D USEWSYNC
+
+# Disable if you don't want to use page 6 for mouse P/M data.
+# If disabled, top of the RAM is used for P/M data.
+CA65FLAGS += -D USE_PAGE6