[n64-jp-1.1] CIC6105.c matched (#1843)

* match CIC6105.c

* Renames and fixes

* Fix bss

* format

* Review

* Version check inequalities
This commit is contained in:
Anghelo Carvajal
2026-03-26 07:59:39 -03:00
committed by GitHub
parent 02eafced87
commit a9da608e18
14 changed files with 117 additions and 19 deletions
+1
View File
@@ -80,6 +80,7 @@
#define M_AUDTASK 2
#define M_VIDTASK 3
#define M_NJPEGTASK 4
#define M_CICTASK 4
#define M_HVQTASK 6
#define M_HVQMTASK 7
+3
View File
@@ -13,6 +13,9 @@
extern u64 rspbootTextStart[];
extern u64 rspbootTextEnd[];
extern u64 cic6105TextStart[];
extern u64 cic6105TextEnd[];
extern u64 aspMainTextStart[];
extern u64 aspMainTextEnd[];
extern u64 aspMainDataStart[];