From: cpg Date: Sun, 3 Dec 2000 23:27:20 +0000 (+0000) Subject: default set back to 9, as we're now only linked if the graphics X-Git-Tag: V2.12.0~3000 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ec65cca75720caacaffa53ade2d7a44a0040e7b;p=cc65 default set back to 9, as we're now only linked if the graphics function is used git-svn-id: svn://svn.cc65.org/cc65/trunk@540 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/graphuse.s b/libsrc/atari/graphuse.s index 7651a68a2..343c6ea94 100644 --- a/libsrc/atari/graphuse.s +++ b/libsrc/atari/graphuse.s @@ -8,7 +8,5 @@ .data __graphmode_used: - .byte 0 ; text screen -; disabled, because currently there aren't any screen mode functions available -; .byte 9 ; mode with max. memory usage + .byte 9 ; default to mode with max. memory usage