use ramscrgen

This commit is contained in:
YamaArashi
2016-11-01 11:35:16 -07:00
parent 6f0e42a91a
commit 734ec8dd51
154 changed files with 38871 additions and 35351 deletions
+16 -4
View File
@@ -4,11 +4,16 @@ gNumMusicPlayers = 4;
gMaxLines = 60;
SECTIONS {
. = 0x2020000;
. = 0x2000000;
ewram (NOLOAD) :
ALIGN(4)
{
. = 0x20000;
<EWRAM>
. = 0x40000;
}
. = 0x3000000;
@@ -16,9 +21,16 @@ SECTIONS {
iwram (NOLOAD) :
ALIGN(4)
{
. = 0x1A80;
tools/agbcc/lib/libgcc.a:dp-bit.o(.bss);
tools/agbcc/lib/libgcc.a:fp-bit.o(.bss);
/* .bss starts at 0x3000000 */
<BSS>
/* .bss.code starts at 0x3001AA8 */
. += 0x800;
/* COMMON starts at 0x30022A8 */
<COMMON>
. = 0x8000;
}
. = 0x8000000;