Add splat config for PW64 jp (kernel, libultra, RSP)#173
Draft
queueRAM wants to merge 3 commits into
Draft
Conversation
Contributor
queueRAM
commented
May 5, 2026
- Add jp kernel asm names and add recommended rodata
- Add RSP boot, f3d, and asp textbin and databins
- Map kernel, libultra, libc, libaudio functions
- Map jp kernel/libultra .rodata, .data, .bss
- Add font macros and correct font .bss
- Add fake app and app_entrypoint
- Match jp osViInit
- Match osViModeTable
- Add jp kernel asm names and add recommended rodata - Add RSP boot, f3d, and asp textbin and databins - Map kernel, libultra, libc, libaudio functions - Map jp kernel/libultra .rodata, .data, .bss - Add font macros and correct font .bss - Add fake app and app_entrypoint - Match jp osViInit - Match osViModeTable
Contributor
Author
|
Merge recommendation: defer merge until after renaming of files and functions in main is mostly complete. |
queueRAM
commented
May 5, 2026
| extern OSViMode osViModeNtscLan1; | ||
|
|
||
| void __osViInit(void) { | ||
| #if !defined(VERSION_JP) |
Contributor
Author
There was a problem hiding this comment.
consider using defined(VERSION_US) based on study of (E) version
queueRAM
commented
May 5, 2026
| platform: n64 | ||
| compiler: IDO | ||
|
|
||
| asm_path: asm |
Contributor
Author
There was a problem hiding this comment.
consider using asm_path: asm/jp to avoid conflicting with builds of other versions
- (J) uvFontPrintStr matches with the updated macros - (J) uvSetVideoMode is trivial match
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.