From 0ad61e408899d9f6832c5f4c564a0d71766be56b Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Tue, 3 Oct 2023 04:31:55 -0300 Subject: [PATCH] pif_syms.ld --- linker_scripts/us/pif_syms.ld | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 linker_scripts/us/pif_syms.ld diff --git a/linker_scripts/us/pif_syms.ld b/linker_scripts/us/pif_syms.ld new file mode 100644 index 00000000..a0e8bcb2 --- /dev/null +++ b/linker_scripts/us/pif_syms.ld @@ -0,0 +1,10 @@ +// libultra OS symbols + +osTvType = 0x80000300; +osRomType = 0x80000304; +osRomBase = 0x80000308; +osResetType = 0x8000030C; +osCicId = 0x80000310; +osVersion = 0x80000314; +osMemSize = 0x80000318; +osAppNMIBuffer = 0x8000031C; \ No newline at end of file