summaryrefslogtreecommitdiff
path: root/soh/src/code/sys_ucode.c
diff options
context:
space:
mode:
authorM4xw <m4x@m4xw.net>2022-03-22 02:51:23 +0100
committerM4xw <m4x@m4xw.net>2022-03-22 02:51:23 +0100
commit39cc86c2608e2f75ace33fc7f43bc4f2ad743f1a (patch)
tree0d3fd9e995d7484eaaeb158ac808bd6a39121189 /soh/src/code/sys_ucode.c
parent0bb0e7b53bd80bdc7f78e08c441691737e039b2b (diff)
git subrepo clone https://github.com/HarbourMasters/soh.git
subrepo: subdir: "soh" merged: "ba904bbd0" upstream: origin: "https://github.com/HarbourMasters/soh.git" branch: "master" commit: "ba904bbd0" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
Diffstat (limited to 'soh/src/code/sys_ucode.c')
-rw-r--r--soh/src/code/sys_ucode.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/soh/src/code/sys_ucode.c b/soh/src/code/sys_ucode.c
new file mode 100644
index 000000000..b2a5ef108
--- /dev/null
+++ b/soh/src/code/sys_ucode.c
@@ -0,0 +1,20 @@
+#include "global.h"
+
+//uintptr_t D_8012DBA0 = (uintptr_t)&D_80155F50;
+//uintptr_t D_8012DBA4 = (uintptr_t)&D_80157580;
+
+uintptr_t SysUcode_GetUCodeBoot(void) {
+ //return &D_80009320;
+}
+
+uintptr_t SysUcode_GetUCodeBootSize(void) {
+ //return (uintptr_t)&D_800093F0 - (uintptr_t)&D_80009320;
+}
+
+uintptr_t SysUcode_GetUCode(void) {
+ //return D_8012DBA0;
+}
+
+uintptr_t SysUcode_GetUCodeData(void) {
+ //return D_8012DBA4;
+}