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

Implement dynamic CIC selection #11

Open
kbeckmann opened this issue Jun 30, 2022 · 0 comments
Open

Implement dynamic CIC selection #11

kbeckmann opened this issue Jun 30, 2022 · 0 comments
Labels
rp2040 task New feature or request v1 Stuff that directly makes sense with v1 hardware

Comments

@kbeckmann
Copy link
Owner

Depending on the ROM, the appropriate CIC chip needs to be emulated, as well as the correct region.

  • Figure out the details around this
  • Can we detect the CIC chip required from the ROM data? Look at cen64 perhaps?
  • Adapt cic.c to handle dynamic selection during bootup
  • For now, scan the ROM data during boot (too slow perhaps?) or do it compile time (write a script generate header files for this?)
  • For later, use config area and set CIC emulation config through menu system
@kbeckmann kbeckmann added task New feature or request rp2040 v1 Stuff that directly makes sense with v1 hardware labels Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rp2040 task New feature or request v1 Stuff that directly makes sense with v1 hardware
Projects
None yet
Development

No branches or pull requests

1 participant