![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
static void | __ARHandler (__OSInterrupt exception, OSContext *context) |
static void | __ARWaitForDMA (void) |
static void | __ARWriteDMA (u32 mmem_addr, u32 aram_addr, u32 length) |
static void | __ARReadDMA (u32 mmem_addr, u32 aram_addr, u32 length) |
static void | __ARChecksize (void) |
static void | __ARClearArea (u32 start_addr, u32 length) |
ARQCallback | ARRegisterDMACallback (ARQCallback callback) |
u32 | ARGetDMAStatus (void) |
void | ARStartDMA (u32 type, u32 mainmem_addr, u32 aram_addr, u32 length) |
u32 | ARAlloc (u32 length) |
u32 | ARFree (u32 *length) |
BOOL | ARCheckInit (void) |
u32 | ARInit (u32 *stack_index_addr, u32 num_entries) |
void | ARReset (void) |
void | ARSetSize (void) |
u32 | ARGetBaseAddress (void) |
u32 | ARGetSize (void) |
u32 | ARGetInternalSize (void) |
void | ARClear (u32 flag) |
void | __ARClearInterrupt (void) |
u16 | __ARGetInterruptStatus (void) |
Variables | |
const char * | __ARVersion = "<< Dolphin SDK - AR\tdebug build: Apr 5 2004 03:56:19 (0x2301) >>" |
static void(* | __AR_Callback )() |
static u32 | __AR_Size |
static u32 | __AR_InternalSize |
static u32 | __AR_ExpansionSize |
static u32 | __AR_StackPointer |
static u32 | __AR_FreeBlocks |
static u32 * | __AR_BlockLength |
static BOOL | __AR_init_flag |
|
static |
void __ARClearInterrupt | ( | void | ) |
u16 __ARGetInterruptStatus | ( | void | ) |
|
static |
|
static |
BOOL ARCheckInit | ( | void | ) |
void ARClear | ( | u32 | flag | ) |
u32 ARGetBaseAddress | ( | void | ) |
u32 ARGetDMAStatus | ( | void | ) |
u32 ARGetInternalSize | ( | void | ) |
u32 ARGetSize | ( | void | ) |
ARQCallback ARRegisterDMACallback | ( | ARQCallback | callback | ) |
void ARReset | ( | void | ) |
void ARSetSize | ( | void | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
const char * __ARVersion = "<< Dolphin SDK - AR\tdebug build: Apr 5 2004 03:56:19 (0x2301) >>" |