![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| void | DBGEXIInit () |
| static u32 | DBGEXISelect (u32 v) |
| BOOL | DBGEXIDeselect (void) |
| static BOOL | DBGEXISync () |
| static BOOL | DBGEXIImm (void *buffer, s32 bytecounter, u32 write) |
| static BOOL | DBGWriteMailbox (u32 p1) |
| static BOOL | DBGReadMailbox (u32 *p1) |
| static BOOL | DBGRead (u32 count, u32 *buffer, s32 param3) |
| static BOOL | DBGWrite (u32 count, void *buffer, s32 param3) |
| static BOOL | _DBGReadStatus (u32 *p1) |
| static BOOL | DBGReadStatus (u32 *p1) |
| static void | MWCallback (u32 a, OSContext *b) |
| static void | DBGHandler (s16 a, OSContext *b) |
| void | DBInitComm (u8 **a, MTRCallbackType b) |
| void | DBInitInterrupts (void) |
| static void | CheckMailBox (void) |
| u32 | DBQueryData (void) |
| BOOL | DBRead (u32 *buffer, s32 count) |
| BOOL | DBWrite (void *src, u32 size) |
| void | DBOpen (void) |
| void | DBClose (void) |
Variables | |
| static MTRCallbackType | MTRCallback |
| static void(* | DBGCallback )(u32, OSContext *) |
| static u32 | SendMailData |
| static s32 | RecvDataLeng |
| static u8 * | pEXIInputFlag |
| static u8 | EXIInputFlag |
| static u8 | SendCount = 0x80 |
|
inlinestatic |
|
static |
| void DBClose | ( | void | ) |
| BOOL DBGEXIDeselect | ( | void | ) |
|
static |
| void DBGEXIInit | ( | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| void DBInitComm | ( | u8 ** | a, |
| MTRCallbackType | b ) |
| void DBInitInterrupts | ( | void | ) |
| void DBOpen | ( | void | ) |
| u32 DBQueryData | ( | void | ) |
| BOOL DBRead | ( | u32 * | buffer, |
| s32 | count ) |
| BOOL DBWrite | ( | void * | src, |
| u32 | size ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |