mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
[iQue] Match PI-related files in libultra/io (#2408)
* [iQue] Match PI-related files in libultra/io, set correct thread ID for vimgr * Create a define for the hardcoded address in devmgr.c * Fix BSS
This commit is contained in:
parent
b19b06a531
commit
8d213e61cf
4 changed files with 143 additions and 2 deletions
|
@ -190,6 +190,16 @@
|
|||
*/
|
||||
#define PI_NAND_CTRL_REG (PI_BASE_REG + 0x48)
|
||||
|
||||
/**
|
||||
* PI internal buffer DMA read length. Writes initiate a DMA from RDRAM to the PI buffer.
|
||||
*/
|
||||
#define PI_EX_RD_LEN_REG (PI_BASE_REG + 0x58)
|
||||
|
||||
/**
|
||||
* PI internal buffer DMA write length. Writes initiate a DMA from the PI buffer to RDRAM.
|
||||
*/
|
||||
#define PI_EX_WR_LEN_REG (PI_BASE_REG + 0x5C)
|
||||
|
||||
/**
|
||||
* [31:16] Box ID
|
||||
* [31:30] Hardware Revision? (osInitialize checks this and sets __osBbIsBb to 2 if != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue