Joined
·
8 Posts
Anybody happen to know a good place to learn the basics of the .GBA file format? I don't really want to reverse-engineer VBA.
*sigh* Does it have a code and data segment similar to ASM programs? Is it divided up in any way? How is it parsed and executed? It's still a file format.File format?
....fail.
its just the dumped data from a GBA cartridge.
08000000-09FFFFFF Game Pak ROM/FlashROM (max 32MB) - Wait State 0
0A000000-0BFFFFFF Game Pak ROM/FlashROM (max 32MB) - Wait State 1
0C000000-0DFFFFFF Game Pak ROM/FlashROM (max 32MB) - Wait State 2
0E000000-0E00FFFF Game Pak SRAM (max 64 KBytes) - 8bit Bus width
0E010000-0FFFFFFF Not used