![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
static int | ttyIsInitialized (void) |
static void | ShowChannelInfo (MCC_CHANNEL chID) |
static void | ttyMccChannelEvent (MCC_CHANNEL chID, u32 event, u32 value) |
static void | ttyClearProperty (MCC_CHANNEL chID) |
static int | ttyWaiting (int timeout, volatile int *flag) |
static int | ttyWrite (u32 offset, void *data, s32 size) |
static int | ttyFlush (u32 msgID, BOOL waitResult) |
int | TTYInit (MCC_EXI exiChannel, MCC_CHANNEL chID) |
void | TTYExit (void) |
int | TTYQuery (void) |
int | TTYPrintf (const char *format,...) |
int | TTYFlush (void) |
Variables | |
const char * | __TTYVersion = "<< Dolphin SDK - TTY\tdebug build: Apr 5 2004 03:57:08 (0x2301) >>" |
static volatile u8 | gBuf [0x2000] |
static u32 | gOldEvent |
static volatile MCC_CHANNEL | gChID |
static volatile int | gQuery |
static volatile u32 | gReadDone |
static volatile u32 | gPrintfID |
static volatile u32 | gBufHead |
static volatile u32 | gBufTail |
|
static |
|
static |
void TTYExit | ( | void | ) |
int TTYFlush | ( | void | ) |
int TTYInit | ( | MCC_EXI | exiChannel, |
MCC_CHANNEL | chID ) |
|
static |
|
static |
int TTYPrintf | ( | const char * | format, |
... ) |
int TTYQuery | ( | void | ) |
|
static |
const char * __TTYVersion = "<< Dolphin SDK - TTY\tdebug build: Apr 5 2004 03:57:08 (0x2301) >>" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |