Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
vu32 __PIRegs[12] | AT_ADDRESS (0xCC003000) |
vu16 __MEMRegs[64] | AT_ADDRESS (0xCC004000) |
asm BOOL | OSDisableInterrupts (void) |
asm BOOL | OSEnableInterrupts (void) |
asm BOOL | OSRestoreInterrupts (register BOOL status) |
__OSInterruptHandler | __OSSetInterruptHandler (__OSInterrupt type, __OSInterruptHandler handler) |
__OSInterruptHandler | __OSGetInterruptHandler (__OSInterrupt type) |
void | __OSInterruptInit (void) |
u32 | SetInterruptMask (OSInterruptMask mask, OSInterruptMask current) |
OSInterruptMask | __OSMaskInterrupts (OSInterruptMask global) |
OSInterruptMask | __OSUnmaskInterrupts (OSInterruptMask global) |
void | __OSDispatchInterrupt (__OSException exception, OSContext *context) |
static asm void | ExternalInterruptHandler (register __OSInterrupt type, register OSContext *context) |
Variables | |
static __OSInterruptHandler * | InterruptHandlerTable |
static u32 | InterruptPrioTable [] |
OSTime | __OSLastInterruptTime |
s16 | __OSLastInterrupt |
u32 | __OSLastInterruptSrr0 |
void __OSDispatchInterrupt | ( | __OSException | exception, |
OSContext * | context | ||
) |
__OSInterruptHandler __OSGetInterruptHandler | ( | __OSInterrupt | type | ) |
OSInterruptMask __OSMaskInterrupts | ( | OSInterruptMask | global | ) |
__OSInterruptHandler __OSSetInterruptHandler | ( | __OSInterrupt | type, |
__OSInterruptHandler | handler | ||
) |
OSInterruptMask __OSUnmaskInterrupts | ( | OSInterruptMask | global | ) |
|
static |
u32 SetInterruptMask | ( | OSInterruptMask | mask, |
OSInterruptMask | current | ||
) |
s16 __OSLastInterrupt |
u32 __OSLastInterruptSrr0 |
OSTime __OSLastInterruptTime |
|
static |
|
static |