![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| ARQCallback | ARRegisterDMACallback (ARQCallback callback) |
| void | ARStartDMA (u32 type, u32 mainmem_addr, u32 aram_addr, u32 length) |
| u32 | ARAlloc (u32 length) |
| u32 | ARInit (u32 *stack_index_addr, u32 num_entries) |
| u32 | ARGetBaseAddress (void) |
| u32 | ARGetSize (void) |
| void | __ARQPopTaskQueueHi (void) |
| void | __ARQServiceQueueLo (void) |
| void | __ARQInterruptServiceRoutine (u32) |
| void | ARQInit (void) |
Variables | |
| static void(* | __AR_Callback )() |
| static u32 | __AR_Size |
| static u32 | __AR_InternalSize |
| static u32 | __ARH_BaseAdr |
| static ARQRequest * | __ARQRequestQueueHi |
| static ARQRequest * | __ARQRequestQueueLo |
| static ARQRequest * | __ARQRequestPendingHi |
| static ARQRequest * | __ARQRequestPendingLo |
| static ARQCallback | __ARQCallbackHi |
| static ARQCallback | __ARQCallbackLo |
| static u32 | __ARQChunkSize |
| static BOOL | __ARQ_init_flag |
| static BOOL | __AR_init_flag |
| static u32 | __ARALT_AramStartAdr = 0x90000000 |
| static u32 | __ARH_MemoryTop = 0x90000000 |
| void __ARQInterruptServiceRoutine | ( | u32 | ) |
| void __ARQPopTaskQueueHi | ( | void | ) |
| void __ARQServiceQueueLo | ( | void | ) |
| u32 ARGetBaseAddress | ( | void | ) |
| u32 ARGetSize | ( | void | ) |
| void ARQInit | ( | void | ) |
| ARQCallback ARRegisterDMACallback | ( | ARQCallback | callback | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |