Changes

Jump to navigation Jump to search
31 bytes removed ,  00:15, 9 September 2017
Fix save chips memory mapping (verified with memory dump)
Line 90: Line 90:  
* <code>0x08060000</code> → <code>0x03800000</code>, ARM7 WRAM (64KiB)
 
* <code>0x08060000</code> → <code>0x03800000</code>, ARM7 WRAM (64KiB)
 
* <code>0x080B0000</code> → <code>0x03000000</code>, GBA IWRAM (32KiB)
 
* <code>0x080B0000</code> → <code>0x03000000</code>, GBA IWRAM (32KiB)
* <code>0x08080000</code> → Flash 1Mbit (the 2 512k banks are contiguous in memory)
+
* <code>0x08080000</code> → EEPROM/SRAM/Flash 512k/Flash 1Mbit (the 2 512k banks are contiguous in memory). <code>0x10018104</code> must be set to 1 before reading memory here, and restored to its previous value afterwards
* <code>0x080C0000</code> → EEPROM/SRAM/Flash 512k (<code>0x10018104</code> must be set to 1 before reading memory here, and restored to its previous value afterwards)
   
* <code>0x01FFC000</code> → <code>0x01000000</code>, ARM9 ITCM under TWL (16KiB)
 
* <code>0x01FFC000</code> → <code>0x01000000</code>, ARM9 ITCM under TWL (16KiB)
21

edits

Navigation menu