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 Mapper002 #23

Merged
merged 2 commits into from
Jul 16, 2023
Merged

Adds Mapper002 #23

merged 2 commits into from
Jul 16, 2023

Conversation

jerrodputman
Copy link
Owner

  • Adds Mapper002 implementation.
  • Updates Cartridge implementation to handle more complex mappers.
  • Adds tests for Mapper000 and Mapper002.
  • Removes AddressableReadDevice, AddressableWriteDevice, and AddressableReadWriteDevice protocols in favor of placing both read(from:) and write(_:to:) methods in the AddressableDevice protocol.

Removes `AddressableReadDevice`, `AddressableWriteDevice`, and `AddressableReadWriteDevice` protocols in favor of placing both `read(from:)` and `write(_:to:)` methods in the `AddressableDevice` protocol.
- Adds `Mapper002` implementation.
- Updates `Cartridge` implementation  to handle more complex mappers.
- Adds tests for `Mapper000` and `Mapper002`.
@jerrodputman jerrodputman merged commit b4af475 into main Jul 16, 2023
2 checks passed
@jerrodputman jerrodputman deleted the mappers branch July 16, 2023 06:54
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.

1 participant