diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2021-11-03 17:30:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-03 18:30:20 -0400 |
| commit | ad4c16d40fa2465b50f207d2fa84f6fac810ac0f (patch) | |
| tree | 222a3557556642626565b23c0f66fbbf0f19592e /src/code/osFlash.c | |
| parent | 78153a1bf46e8be1559ea03af6eb1521a1d3bae2 (diff) | |
osFlash (#158)
* some matches
* Decompile code_0x80186A70 Add defines for KSEG0/1 and (Un)Cached RDRAM
* format
* cleanup
* moved osFlash and imported data
* implement fixes
* format again
* Update include/functions.h
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
* Update include/variables.h
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
* Update src/libultra/flash/osFlash.c
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
* Update src/libultra/flash/osFlash.c
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
* returns are needed
* format
* Update src/libultra/flash/osFlash.c
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
* Update src/libultra/flash/osFlash.c
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
* Update src/libultra/flash/osFlash.c
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
* Update src/libultra/flash/osFlash.c
Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>
* Update src/libultra/flash/osFlash.c
Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>
* Update src/libultra/flash/osFlash.c
Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>
* should be fixed
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: MMDecomp <mmdecomp@gmail.com>
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>
Diffstat (limited to 'src/code/osFlash.c')
| -rw-r--r-- | src/code/osFlash.c | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/code/osFlash.c b/src/code/osFlash.c deleted file mode 100644 index e661bc9c7..000000000 --- a/src/code/osFlash.c +++ /dev/null @@ -1,39 +0,0 @@ -#include "global.h" - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186A70.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186AB8.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186B28.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186B30.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186B38.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186B68.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186B70.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186B78.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186CAC.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186D60.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186E64.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80186EC8.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80187018.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80187080.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80187124.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_80187284.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_801872FC.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_801873BC.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/osFlash/func_8018752C.s") |
