allow both vram banks

This commit is contained in:
Dave Murphy 2016-11-03 16:07:38 +00:00
parent 17308cb52e
commit ec195d5a7e

View File

@ -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);