Memory map: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 99:
* Writes: RCP will ignore the requested access size and just write the word that was put on the bus directly into the hardware register. For 8-bit and 16-bit accesses, this means that the shifted value prepared by the VR4300 is the one that will be written verbatim. Reprising the example above, if <code>S0=0x1234'5678</code>, <code>A0=0x0460'0011</code>, running <code>SB S0, 0(A0)</code> will write the value <code>0x5678'0000</code> to the RCP hardware register <code>0x0460'0010</code>. For 64-bit accesses, as they are written on the bus MSB-first, the RCP will write the MSB to the hardware register, ignoring the LSB.
 
=== RangesRange 0x05000x1FC0'0000 - 0x1FBF'FFFF and 0x1FD00000 - 0xFFFF0x1FCF'FFFF (External SysADPIF busaccess via PISI) ===
TODO
 
=== All other ranges 0x0500'0000 - 0xFFFF'FFFF (External SysAD bus via PI) ===
All accesses made by the VR4300 in these ranges are forward externally by RCP on the external bus via PI. This allows the CPU to access external devices like the cartridge ROM and SRAM.