Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | DBInterface |
Typedefs | |
typedef struct DBInterface | DBInterface |
Functions | |
void | DBInit (void) |
void | __DBExceptionDestinationAux (void) |
void | __DBExceptionDestination (void) |
BOOL | __DBIsExceptionMarked (__OSException) |
void | DBPrintf (char *format,...) |
void | DBInitComm (vu8 **, AmcEXICallback) |
void | DBInitInterrupts () |
u32 | DBQueryData () |
BOOL | DBRead (void *, u32) |
BOOL | DBWrite (const void *, u32) |
void | DBOpen () |
void | DBClose () |
Variables | |
DBInterface * | __DBInterface |
BOOL __DBIsExceptionMarked | ( | __OSException | exception | ) |
void DBClose | ( | ) |
void DBInitComm | ( | vu8 ** | , |
AmcEXICallback | |||
) |
void DBInitInterrupts | ( | ) |
void DBOpen | ( | ) |
u32 DBQueryData | ( | ) |
|
extern |