Move libultra function declarations to libultra headers (#1196)

* Delete unused headers

* Move PR and io to ultra64

* move headers to ultra64

* more cleanups

* more reorganizing

* i think that should be all

* format

* ifdef guards cleanup

* Add IO_READ and IO_WRITE macros for future use

* warnings

* review

Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>

* warnings again

* warn

* ifdef guards

* fix merge

* fix merge

* fix merge

* bss

* padutils.h

* bss

* bss

* bss

* fix merge

* bss

* bss

* bss

* fix merge

* fixes

* fixes

* bss

* bss

* fix merge

* fix

* fix

* fix includepaths

* fix paths

* bss

* fix

* ultra64/ -> PR/

* header guards

* fix ehader guards

* fix

* fix++

* format

* bss is borken

* prevent 2

* :despair:

* bss

* rename assert to dbg_hungup

* fix

* a

* fix

* bss

* fix

* bss

* bss

---------

Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
This commit is contained in:
Anghelo Carvajal
2023-09-02 15:34:29 -04:00
committed by GitHub
parent 9cceea48f3
commit 4fa13e4132
162 changed files with 1058 additions and 906 deletions
+3 -3
View File
@@ -152,8 +152,8 @@ asm/non_matchings/boot/gfxprint/GfxPrint_VPrintf.s,GfxPrint_VPrintf,0x800860B8,0
asm/non_matchings/boot/gfxprint/GfxPrint_Printf.s,GfxPrint_Printf,0x800860D8,0xE
asm/non_matchings/boot/mtxuty-cvt/MtxConv_F2L.s,MtxConv_F2L,0x80086110,0x52
asm/non_matchings/boot/mtxuty-cvt/MtxConv_L2F.s,MtxConv_L2F,0x80086258,0xA
asm/non_matchings/boot/assert/__assert.s,__assert,0x80086280,0xD
asm/non_matchings/boot/assert/func_800862B4.s,func_800862B4,0x800862B4,0xB
asm/non_matchings/boot/assert/_dbg_hungup.s,_dbg_hungup,0x80086280,0xD
asm/non_matchings/boot/assert/Reset.s,Reset,0x800862B4,0xB
asm/non_matchings/boot/boot_800862E0/SystemHeap_Malloc.s,SystemHeap_Malloc,0x800862E0,0xC
asm/non_matchings/boot/boot_800862E0/SystemArena_Free.s,SystemArena_Free,0x80086310,0xB
asm/non_matchings/boot/boot_800862E0/SystemHeap_RunBlockFunc.s,SystemHeap_RunBlockFunc,0x8008633C,0x1C
@@ -296,7 +296,7 @@ asm/non_matchings/boot/getsr/__osGetSR.s,__osGetSR,0x8008A5C0,0x4
asm/non_matchings/boot/setsr/__osSetSR.s,__osSetSR,0x8008A5D0,0x4
asm/non_matchings/boot/writebackdcache/osWritebackDCache.s,osWritebackDCache,0x8008A5E0,0x20
asm/non_matchings/boot/initialize/__createSpeedParam.s,__createSpeedParam,0x8008A660,0x27
asm/non_matchings/boot/initialize/osInitialize.s,osInitialize,0x8008A6FC,0xAB
asm/non_matchings/boot/initialize/__osInitialize_common.s,__osInitialize_common,0x8008A6FC,0xAB
asm/non_matchings/boot/initialize/__osInitialize_autodetect.s,__osInitialize_autodetect,0x8008A9A8,0x2
asm/non_matchings/boot/vigetnextframebuf/osViGetNextFramebuffer.s,osViGetNextFramebuffer,0x8008AA10,0x10
asm/non_matchings/boot/perspective/guPerspectiveF.s,guPerspectiveF,0x8008AA50,0x8C
1 asm/non_matchings/boot/boot_main/bootproc.s bootproc 0x80080060 0x3C
152 asm/non_matchings/boot/gfxprint/GfxPrint_Printf.s GfxPrint_Printf 0x800860D8 0xE
153 asm/non_matchings/boot/mtxuty-cvt/MtxConv_F2L.s MtxConv_F2L 0x80086110 0x52
154 asm/non_matchings/boot/mtxuty-cvt/MtxConv_L2F.s MtxConv_L2F 0x80086258 0xA
155 asm/non_matchings/boot/assert/__assert.s asm/non_matchings/boot/assert/_dbg_hungup.s __assert _dbg_hungup 0x80086280 0xD
156 asm/non_matchings/boot/assert/func_800862B4.s asm/non_matchings/boot/assert/Reset.s func_800862B4 Reset 0x800862B4 0xB
157 asm/non_matchings/boot/boot_800862E0/SystemHeap_Malloc.s SystemHeap_Malloc 0x800862E0 0xC
158 asm/non_matchings/boot/boot_800862E0/SystemArena_Free.s SystemArena_Free 0x80086310 0xB
159 asm/non_matchings/boot/boot_800862E0/SystemHeap_RunBlockFunc.s SystemHeap_RunBlockFunc 0x8008633C 0x1C
296 asm/non_matchings/boot/setsr/__osSetSR.s __osSetSR 0x8008A5D0 0x4
297 asm/non_matchings/boot/writebackdcache/osWritebackDCache.s osWritebackDCache 0x8008A5E0 0x20
298 asm/non_matchings/boot/initialize/__createSpeedParam.s __createSpeedParam 0x8008A660 0x27
299 asm/non_matchings/boot/initialize/osInitialize.s asm/non_matchings/boot/initialize/__osInitialize_common.s osInitialize __osInitialize_common 0x8008A6FC 0xAB
300 asm/non_matchings/boot/initialize/__osInitialize_autodetect.s __osInitialize_autodetect 0x8008A9A8 0x2
301 asm/non_matchings/boot/vigetnextframebuf/osViGetNextFramebuffer.s osViGetNextFramebuffer 0x8008AA10 0x10
302 asm/non_matchings/boot/perspective/guPerspectiveF.s guPerspectiveF 0x8008AA50 0x8C