From 46dd4af601f57ec6e07fa8b5431f46c66a86464f Mon Sep 17 00:00:00 2001 From: cpg Date: Wed, 18 Oct 2000 00:01:13 +0000 Subject: [PATCH] put grmemusage table into rodata segment git-svn-id: svn://svn.cc65.org/cc65/trunk@377 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atari/crt0.s | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5