Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Typedefs | |
typedef void(* | ARCallback) (void) |
Functions | |
ARCallback | ARRegisterDMACallback (ARCallback callback) |
u32 | ARGetDMAStatus (void) |
void | ARStartDMA (u32 type, u32 mainmem_addr, u32 aram_addr, u32 length) |
u32 | ARInit (u32 *stack_index_addr, u32 num_entries) |
u32 | ARAlloc (u32 length) |
u32 | ARGetSize (void) |
u16 | __ARGetInterruptStatus () |
u16 __ARGetInterruptStatus | ( | ) |
ARCallback ARRegisterDMACallback | ( | ARCallback | callback | ) |