diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-08-28 09:38:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 09:38:42 +0200 |
| commit | 68818044db4f6c644ca8be80f0ad4b54a7587f44 (patch) | |
| tree | c4fb993f82cc4513f5cd584aa7ba68b0965751ab /undefined_syms.txt | |
| parent | aa97586659dbd24174258e0437ab9411a9747d3d (diff) | |
[ntsc-1.2] Decompile fault.c (#2046)
* wip decomp ntsc-1.2 fault.c
* more ntsc-1.2 fault.c
* decompiled fault_v1.c
* name fault_v1 functions, wip
* try to clean up build system (two versions of the fault system coexisting)
* cleanup
* cleanup2
* fix build gc-eu-mq-dbg
* match 2 more, ty anon
* matched
* review
* more review
* fixup spec
* `(uintptr_t)ptr op int` instead of `ptr op (type*)int`
* move fault.h out of global headers, properly include fault.h and versions.h
* compile all fault_*.c files regardless of version by overriding FAULT_VERSION
* n64 FaultMgr.framebuffer s32 -> u16*
* FaultMgr.framebuffer -> FaultMgr.fb
* make gc FaultMgr.fb u16* (yes, thats everything)
* bss
* fix Fault_Printf return type
* noop FaultDrawer_SetFontColor, FaultDrawer_SetCharPad in fault_n64
* fault_color_ stuff is only for fault_gc
* rm empty line in makefile
* I guess `D_80105A90_unknown` is `[sg]TotalAllocFailures`
* bss
* `Fault_WaitInput` -> `Fault_WaitForInput`
* use named fault funcs in pointers array
* FAULT_OOT{N64,GC} -> FAULT_{N64,GC}
* Apply suggestions from code review
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
* review, sync fault_{gc,n64}
* Apply `FPCSR_CE` suggestions from code review
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
---------
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Diffstat (limited to 'undefined_syms.txt')
| -rw-r--r-- | undefined_syms.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/undefined_syms.txt b/undefined_syms.txt index 52c0dff6c..ef44a7fb8 100644 --- a/undefined_syms.txt +++ b/undefined_syms.txt @@ -22,8 +22,6 @@ func_800AE258_unknown = 0x800AE258; func_800AE1E0_unknown = 0x800AE1E0; // code_n64dd_800AD410.c -func_800ADCD8_unknown = 0x800ADCD8; -func_800AE170_unknown = 0x800AE170; osGetIntMask = 0x800CFBB0; osSetTime = 0x800D3660; func_801C7740_unknown = 0x801C7740; |
