rynorris / nes

NES emulator written in Rust
MIT License
11 stars 0 forks source link

Add UxROM mapper #37

Closed rynorris closed 5 years ago

rynorris commented 5 years ago

Tested with Contra, appears to work great. image

codecov-io commented 5 years ago

Codecov Report

Merging #37 into master will decrease coverage by 0.38%. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #37      +/-   ##
========================================
- Coverage   95.38%    95%   -0.39%     
========================================
  Files          44     45       +1     
  Lines        5655   5681      +26     
========================================
+ Hits         5394   5397       +3     
- Misses        261    284      +23
Impacted Files Coverage Δ
src/emulator/mappers/uxrom.rs 0% <0%> (ø)
src/emulator/mod.rs 80.18% <0%> (-1.73%) :arrow_down:

Continue to review full report at Codecov.

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