CONFIG11 Registers: Difference between revisions
Line 490: | Line 490: | ||
|} | |} | ||
For the old FCRAM DMA cutoff, it | For the old FCRAM DMA cutoff, it protects starting from 0x28000000-(0x800000*x) until end of FCRAM. There is no way to protect the first 0x800000-bytes. | ||
For the new FCRAM DMA cutoff, it protects 0x30000000-( | For the new FCRAM DMA cutoff, it protects starting from 0x30000000-(0x800000*x) until end of FCRAM. When the old FCRAM cutoff is set to non-zero, the first 0x800000-bytes bytes of new FCRAM are protected. | ||
On New3DS the old+new FCRAM cutoff can be used at the same time, however this isn't done officially | On New3DS the old+new FCRAM cutoff can be used at the same time, however this isn't done officially. | ||
For the QTM DMA cutoff, it | For the QTM DMA cutoff, it protects starting from 0x1F400000-(0x100000*x) until end of QTM mem. | ||
On cold boot this reg is set to 0. | On cold boot this reg is set to 0. |