mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 21:27:43 +00:00
put grmemusage table into rodata segment
git-svn-id: svn://svn.cc65.org/cc65/trunk@377 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -220,6 +220,8 @@ ignore: lda MEMTOP
|
|||||||
|
|
||||||
zpsave: .res zpspace
|
zpsave: .res zpspace
|
||||||
|
|
||||||
|
.rodata
|
||||||
|
|
||||||
; memory usage of the different graphics modes (0-31)
|
; memory usage of the different graphics modes (0-31)
|
||||||
; values < 0 of "bytes needed" are mappped to 0
|
; values < 0 of "bytes needed" are mappped to 0
|
||||||
; bytes needed ; mode ; val. of MEMTOP
|
; bytes needed ; mode ; val. of MEMTOP
|
||||||
|
Reference in New Issue
Block a user