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

Support both N64 and GameCube controllers #1

Open
jefflongo opened this issue Jun 30, 2021 · 2 comments
Open

Support both N64 and GameCube controllers #1

jefflongo opened this issue Jun 30, 2021 · 2 comments

Comments

@jefflongo
Copy link
Owner

N64 and GameCube controllers use the same underlying protocol. Refactor such that command decoding is implemented as a high level analyzer, so that the low level analyzer can be shared between both controller types.

Currently blocked on Saleae not allowing HLA's to operate on custom LLA's.

@jefflongo
Copy link
Owner Author

Seems like C++ decoders can now support HLA's with FrameV2.

@jefflongo
Copy link
Owner Author

With #8 , it makes more sense to add the N64 commands directly in the LLA. It should just be a matter of parsing those commands now.

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

No branches or pull requests

1 participant