Go to the source code of this file.
|
u32 | cop0_get_cause (void) |
|
u32 | cop0_get_epc (void) |
|
u32 | cop0_get_badvaddr (void) |
|
void | _n64_assert (const char *pFile, int nLine, const char *pExpression, int nStopProgram) |
|
void | generate_exception_preambles (void *entryPoint) |
|
void | show_crash_screen_and_hang (void) |
|
u8 | ascii_to_idx (char c) |
|
void | fb_set_address (void *address) |
|
void | fb_swap (void) |
|
void | fb_fill (int baseX, int baseY, int width, int height) |
|
void | fb_draw_char (int x, int y, u8 idx) |
|
void | fb_draw_char_shaded (int x, int y, u8 idx) |
|
int | fb_print_str (int x, int y, const char *str) |
|
int | fb_print_uint (int x, int y, u32 value) |
|
void | fb_print_int_hex (int x, int y, u32 value, int nbits) |
|
void | fb_print_gpr_states (int x, int y, const char *regStrs[], u32 *regContext) |
|
◆ CRASH_SCREEN_INCLUDED
#define CRASH_SCREEN_INCLUDED 1 |
◆ _n64_assert()
◆ ascii_to_idx()
◆ cop0_get_badvaddr()
◆ cop0_get_cause()
◆ cop0_get_epc()
◆ fb_draw_char()
◆ fb_draw_char_shaded()
◆ fb_fill()
◆ fb_print_gpr_states()
◆ fb_print_int_hex()
◆ fb_print_str()
◆ fb_print_uint()
◆ fb_set_address()
◆ fb_swap()
◆ generate_exception_preambles()
void generate_exception_preambles |
( |
void * |
entryPoint | ) |
|
◆ show_crash_screen_and_hang()
void show_crash_screen_and_hang |
( |
void |
| ) |
|
◆ __crash_handler_entry
u8 __crash_handler_entry[] |