]> git.sur5r.net Git - cc65/commit
Fixed INIT properties.
authorOliver Schmidt <ol.sc@web.de>
Sun, 13 Mar 2016 21:18:51 +0000 (22:18 +0100)
committerOliver Schmidt <ol.sc@web.de>
Sun, 13 Mar 2016 21:18:51 +0000 (22:18 +0100)
commitc768de156ad67e2df769fc7c36ee37b989f15ddf
tree56b0ef1edadac3d77ed5a620d93b8b5d728c9759
parent692f96409d4e809d8d0db6adba6eddd549861e8f
Fixed INIT properties.

The main chunk load header references __BSS_LOAD__ so BSS must be the first bss type segment. Subsequent changes will move ONCE to share its address with the BSS. Then it'll be necessary to load INIT from disk. Therefore we do it right now.
cfg/atari-overlay.cfg
cfg/atari.cfg
cfg/atarixl-largehimem.cfg
cfg/atarixl-overlay.cfg
cfg/atarixl.cfg