mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Fixed minor issues and added some asm files.
This commit is contained in:
@@ -11,4 +11,4 @@ glabel func_80070B04
|
||||
/* 071724 80070B24 00000000 */ nop
|
||||
|
||||
/* 071728 80070B28 00000000 */ nop
|
||||
/* 07172C 80070B2C 00000000 */ nop
|
||||
/* 07172C 80070B2C 00000000 */ nop
|
||||
|
||||
@@ -160,4 +160,4 @@ extern void osSetEventMesg(OSEvent, OSMesgQueue *, OSMesg);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* !_OS_MESSAGE_H_ */
|
||||
#endif /* !_OS_MESSAGE_H_ */
|
||||
|
||||
+1
-1
@@ -111,4 +111,4 @@ void osViSwapBuffer(void *vaddr);
|
||||
extern OSViMode osViModeTable[]; /* Global VI mode table */
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x800D35B0 */
|
||||
|
||||
.include "globals.inc"
|
||||
.include "macros.inc"
|
||||
|
||||
.set noat # allow manual use of $at
|
||||
.set noreorder # dont insert nops after branches
|
||||
.set gp=64 # 64-bit instructions are used
|
||||
|
||||
glabel __osProbeTLB
|
||||
/* 0D41B0 800D35B0 40085000 */ mfc0 $t0, $10
|
||||
/* 0D41B4 800D35B4 310900FF */ andi $t1, $t0, 0xff
|
||||
@@ -0,0 +1,18 @@
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x800D2CB0 */
|
||||
|
||||
.include "globals.inc"
|
||||
.include "macros.inc"
|
||||
|
||||
.set noat # allow manual use of $at
|
||||
.set noreorder # dont insert nops after branches
|
||||
.set gp=64 # 64-bit instructions are used
|
||||
|
||||
.include "lib/asm/exception/__osExceptionPreamble.s"
|
||||
.include "lib/asm/exception/__osException.s"
|
||||
.include "lib/asm/exception/send_mesg.s"
|
||||
.include "lib/asm/exception/__osEnqueueAndYield.s"
|
||||
.include "lib/asm/exception/__osEnqueueThread.s"
|
||||
.include "lib/asm/exception/__osPopThread.s"
|
||||
.include "lib/asm/exception/__osDispatchThread.s"
|
||||
.include "lib/asm/exception/D_800D35A0.s"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user