![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| void | TRKInterruptHandler () |
| void | TRKEXICallBack (s16 param_0, OSContext *ctx) |
| int | InitMetroTRKCommTable (int hwId) |
| DSError | TRKInitializeIntDrivenUART (u32 param_0, u32 param_1, u32 param_2, void *param_3) |
| void | EnableEXI2Interrupts (void) |
| int | TRKPollUART (void) |
| UARTError | TRKReadUARTN (void *bytes, u32 length) |
| UARTError | TRKWriteUARTN (const void *bytes, u32 length) |
| void | ReserveEXI2Port (void) |
| void | UnreserveEXI2Port (void) |
| void | TRK_board_display (char *str) |
| DSError | InitializeProgramEndTrap (void) |
| void | TRKUARTInterruptHandler () |
| asm void | TRKLoadContext (OSContext *ctx, u32) |
Variables | |
| BOOL | _MetroTRK_Has_Framing |
| u8 | TRK_Use_BBA |
| DBCommTable | gDBCommTable = {} |
| void EnableEXI2Interrupts | ( | void | ) |
| DSError InitializeProgramEndTrap | ( | void | ) |
| int InitMetroTRKCommTable | ( | int | hwId | ) |
| void ReserveEXI2Port | ( | void | ) |
| void TRK_board_display | ( | char * | str | ) |
| void TRKInterruptHandler | ( | ) |
| int TRKPollUART | ( | void | ) |
| void TRKUARTInterruptHandler | ( | ) |
| void UnreserveEXI2Port | ( | void | ) |
| BOOL _MetroTRK_Has_Framing |
| DBCommTable gDBCommTable = {} |
| u8 TRK_Use_BBA |