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

GameCube 4-player Output #34

Open
RobertDaleSmith opened this issue Feb 8, 2024 · 0 comments
Open

GameCube 4-player Output #34

RobertDaleSmith opened this issue Feb 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RobertDaleSmith
Copy link
Owner

Currently the GameCube USBRetro output only supports single controller output. It may be possible to output all four players on a single RP2040 by adding 3 additional GPIO data lines for players 2, 3, and 4.

Some research needs to be done to evaluate whether the GC output lib used is small enough to run four simultaneous state machines on a single RP2040. If the PIOs instructions are small enough then it should fit no problem.

If so then a bit of refactoring will need to be done to handle this..

It should be able to detect whether one or more GC controller ports are connected. If more than one then split up USB input players to their reactive outputs. If only one then merge into copilot mode as it currently does.

@RobertDaleSmith RobertDaleSmith added the enhancement New feature or request label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant