diff options
author | aaaaaa123456789 <aaaaaa123456789@acidch.at> | 2017-07-06 20:20:39 -0300 |
---|---|---|
committer | aaaaaa123456789 <aaaaaa123456789@acidch.at> | 2017-07-06 20:20:39 -0300 |
commit | d691417d3235df344ad9934157f092adc88ade0a (patch) | |
tree | 9abeefaad05aced03ee40a46547f3548a9161f12 /contents/wram.link | |
parent | 686a1a0633f449361d8281dfb0f4d2bcbc315602 (diff) |
Added linkerscript to comply with new rgbds
Diffstat (limited to 'contents/wram.link')
-rw-r--r-- | contents/wram.link | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contents/wram.link b/contents/wram.link new file mode 100644 index 0000000..570e5c1 --- /dev/null +++ b/contents/wram.link @@ -0,0 +1,13 @@ +WRAM0 + org $c000 + "WRAM Bank 0" + +WRAMX 1 + org $d000 + "WRAM Bank 1" + org $d200 + "WRAM Bank 1.1" + org $dd00 + "Audio RAM" + org $df00 + "Stack" |