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

Adds ControllerConnector and ControlPad #20

Merged
merged 1 commit into from
Jul 9, 2023
Merged

Conversation

jerrodputman
Copy link
Owner

  • Adds ControllerConnector for the controller port attached to the CPU bus.
  • Adds Controller protocol to allow for different controller implementations.
  • Adds ControlPad as implementation of NES-004 hardware.
  • Adds ShiftRegisterPISO to handle PISO shift register of ControlPad.
  • Adds tests for all new types.

- Adds `ControllerConnector` for the controller port attached to the CPU bus.
- Adds `Controller` protocol to allow for different controller implementations.
- Adds `ControlPad` as implementation of NES-004 hardware.
- Adds `ShiftRegisterPISO` to handle PISO shift register of `ControlPad`.
- Adds tests for all new types.
@jerrodputman jerrodputman merged commit 3444a9f into main Jul 9, 2023
1 check passed
@jerrodputman jerrodputman deleted the controllers branch July 9, 2023 23:20
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.

None yet

1 participant