From: cpg Date: Sun, 25 Jun 2000 01:50:43 +0000 (+0000) Subject: provides default value for __graphmode_used variable X-Git-Tag: V2.12.0~3388 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1d934b205f6dd80c2ba10af7339d180eed522cb6;p=cc65 provides default value for __graphmode_used variable git-svn-id: svn://svn.cc65.org/cc65/trunk@125 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/graphuse.s b/libsrc/atari/graphuse.s new file mode 100644 index 000000000..d8ceb6885 --- /dev/null +++ b/libsrc/atari/graphuse.s @@ -0,0 +1,12 @@ +; +; Christian Groessler, June 2000 +; +; this file provides the default for the __graphmode_used variable + + .export __graphmode_used + + .data + +__graphmode_used: + .byte 9 ; mode with max. memory usage +