diff options
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" |