Skip to content

Add splat config for PW64 jp (kernel, libultra, RSP)#173

Draft
queueRAM wants to merge 3 commits into
gcsmith:mainfrom
queueRAM:version_jp
Draft

Add splat config for PW64 jp (kernel, libultra, RSP)#173
queueRAM wants to merge 3 commits into
gcsmith:mainfrom
queueRAM:version_jp

Conversation

@queueRAM
Copy link
Copy Markdown
Contributor

@queueRAM 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
@queueRAM queueRAM requested a deployment to authorize-external May 5, 2026 04:41 — with GitHub Actions Waiting
@queueRAM queueRAM requested a deployment to authorize-external May 5, 2026 04:42 — with GitHub Actions Waiting
@queueRAM
Copy link
Copy Markdown
Contributor Author

queueRAM commented May 5, 2026

Merge recommendation: defer merge until after renaming of files and functions in main is mostly complete.

Comment thread src/libultra/io/vi.c
extern OSViMode osViModeNtscLan1;

void __osViInit(void) {
#if !defined(VERSION_JP)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider using defined(VERSION_US) based on study of (E) version

platform: n64
compiler: IDO

asm_path: asm
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
@queueRAM queueRAM requested a deployment to authorize-external May 5, 2026 15:10 — with GitHub Actions Waiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant