mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-26 22:31:56 -04:00
Rename boot.c to tlb.s and disassemble tlb functions
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#ifndef _IN_LIB_BOOT_H
|
||||
#define _IN_LIB_BOOT_H
|
||||
#include <ultra64.h>
|
||||
|
||||
void boot(void);
|
||||
s32 boot000010a4(void);
|
||||
s32 boot0000113c(void);
|
||||
s32 boot00001180(void);
|
||||
void bootUnmapTLBRange(s32 first, s32 last);
|
||||
|
||||
#endif
|
||||
@@ -7,6 +7,6 @@ void *segGetDatazipRomStart(void);
|
||||
void *segGetInflateRomStart(void);
|
||||
void *segGetInflateRomStart2(void);
|
||||
void *segGetGamezipsRomStart(void);
|
||||
u32 bootInflate();
|
||||
u32 segInflate();
|
||||
|
||||
#endif
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
#ifndef _IN_LIB_BOOT_H
|
||||
#define _IN_LIB_BOOT_H
|
||||
#include <ultra64.h>
|
||||
|
||||
void tlbInit(void);
|
||||
s32 tlb000010a4(void);
|
||||
s32 tlb0000113c(void);
|
||||
s32 tlbHandleMiss(void);
|
||||
void tlbUnmapRange(s32 first, s32 last);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user