Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start on 65430 #48

Merged
merged 20 commits into from
Jul 20, 2024
Merged

Start on 65430 #48

merged 20 commits into from
Jul 20, 2024

Conversation

hensldm
Copy link
Collaborator

@hensldm hensldm commented Jul 19, 2024

Splits 65430 into a C file. Based on the rodata I don't think this file can actually be split anymore and may possibly have been called utility.c, but still needs some more investigation.

@hensldm hensldm merged commit ce37645 into decompals:main Jul 20, 2024
2 checks passed
@hensldm hensldm deleted the 65430 branch July 20, 2024 00:11
Comment on lines +237 to +248
switch (osTvType) {
case OS_TV_TYPE_PAL:
osViSetMode(&osViModeTable[16]);
break;

case OS_TV_TYPE_NTSC:
osViSetMode(&osViModeTable[2]);
break;

case OS_TV_TYPE_MPAL:
osViSetMode(&osViModeTable[30]);
break;

Choose a reason for hiding this comment

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

I think those indices should be OS_VI_PAL_LAN1, OS_VI_NTSC_LAN1 and OS_VI_MPAL_LAN1

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.

2 participants