mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-24 19:14:24 -05:00
allow both vram banks
This commit is contained in:
parent
17308cb52e
commit
ec195d5a7e
|
|
@ -6,7 +6,7 @@ MEMORY {
|
|||
|
||||
rom : ORIGIN = 0x08000000, LENGTH = 32M
|
||||
iwram : ORIGIN = 0x037f8000, LENGTH = 96K
|
||||
vram : ORIGIN = 0x06000000, LENGTH = 128K
|
||||
vram : ORIGIN = 0x06000000, LENGTH = 256K
|
||||
}
|
||||
|
||||
__iwram_start = ORIGIN(iwram);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user