Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
DebuggerDriver.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* MTRCallbackType) (int)
 

Functions

void DBInitComm (u8 **a, MTRCallbackType b)
 
void DBInitInterrupts (void)
 
u32 DBQueryData (void)
 
BOOL DBRead (u32 *buffer, s32 count)
 
BOOL DBWrite (void *src, u32 size)
 
void DBOpen (void)
 
void DBClose (void)
 

Typedef Documentation

◆ MTRCallbackType

typedef void(* MTRCallbackType) (int)

Function Documentation

◆ DBClose()

void DBClose ( void )

◆ DBInitComm()

void DBInitComm ( u8 ** a,
MTRCallbackType b )

◆ DBInitInterrupts()

void DBInitInterrupts ( void )

◆ DBOpen()

void DBOpen ( void )

◆ DBQueryData()

u32 DBQueryData ( void )

◆ DBRead()

BOOL DBRead ( u32 * buffer,
s32 count )

◆ DBWrite()

BOOL DBWrite ( void * src,
u32 size )