]> git.sur5r.net Git - cc65/commitdiff
default set back to 9, as we're now only linked if the graphics
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 3 Dec 2000 23:27:20 +0000 (23:27 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 3 Dec 2000 23:27:20 +0000 (23:27 +0000)
function is used

git-svn-id: svn://svn.cc65.org/cc65/trunk@540 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/atari/graphuse.s

index 7651a68a27e16d5005a9f347c010596182b05619..343c6ea94ce510adad97bb1693eced265c7d95e7 100644 (file)
@@ -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