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 scroll up operation #46

Merged
merged 2 commits into from
Jul 13, 2024
Merged

Implement scroll up operation #46

merged 2 commits into from
Jul 13, 2024

Conversation

craigthomas
Copy link
Owner

This PR implements the scroll up operation for the XO chip specification. Unit tests added to match new functionality. This PR closes #44

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.93%. Comparing base (b802ca0) to head (a347737).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   92.87%   94.93%   +2.05%     
==========================================
  Files           4        4              
  Lines         660      691      +31     
==========================================
+ Hits          613      656      +43     
+ Misses         47       35      -12     
Files Coverage Δ
chip8/cpu.py 98.97% <100.00%> (+2.52%) ⬆️
chip8/screen.py 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cc34898...a347737. Read the comment docs.

@craigthomas craigthomas merged commit 1b53560 into main Jul 13, 2024
3 checks passed
@craigthomas craigthomas deleted the scroll-up-implementation branch July 22, 2024 01:30
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.

Implement Scroll Up Operation
1 participant