This commit is contained in:
Anghelo Carvajal 2025-12-09 09:21:00 -03:00
parent a3a7d5f739
commit 1e552d3236
2 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,6 @@
extern u64 rspbootTextStart[];
extern u64 rspbootTextEnd[];
// TODO: maybe move to a different header, since this is not part of the vanilla ucode.h file
extern u64 cic6105TextStart[];
extern u64 cic6105TextEnd[];
extern u64 aspMainTextStart[];
extern u64 aspMainTextEnd[];
extern u64 aspMainDataStart[];

View File

@ -6,7 +6,11 @@
#include "regs.h"
#include "scheduler.h"
#pragma increment_block_number "n64-us:200"
#pragma increment_block_number "n64-us:188"
// TODO: Consider moving to a header file.
extern u64 cic6105TextStart[];
extern u64 cic6105TextEnd[];
s32 gCICAddr1Val;
s32 gCICAddr2Val;