From: cpg Date: Wed, 18 Oct 2000 00:01:13 +0000 (+0000) Subject: put grmemusage table into rodata segment X-Git-Tag: V2.12.0~3149 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=46dd4af601f57ec6e07fa8b5431f46c66a86464f;p=cc65 put grmemusage table into rodata segment git-svn-id: svn://svn.cc65.org/cc65/trunk@377 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/crt0.s b/libsrc/atari/crt0.s index ca4a095d3..8d8ddda31 100644 --- a/libsrc/atari/crt0.s +++ b/libsrc/atari/crt0.s @@ -220,6 +220,8 @@ ignore: lda MEMTOP zpsave: .res zpspace + .rodata + ; memory usage of the different graphics modes (0-31) ; values < 0 of "bytes needed" are mappped to 0 ; bytes needed ; mode ; val. of MEMTOP