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

@queueRAM queueRAM commented May 5, 2026

Copy link
Copy Markdown
Contributor
  • 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 had a problem deploying to authorize-external May 5, 2026 04:41 — with GitHub Actions Failure
@queueRAM queueRAM had a problem deploying to authorize-external May 5, 2026 04:42 — with GitHub Actions Failure
@queueRAM

queueRAM commented May 5, 2026

Copy link
Copy Markdown
Contributor Author

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 had a problem deploying to authorize-external May 5, 2026 15:10 — with GitHub Actions Failure
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