rynorris / nes

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

Donkey Kong #4

Closed rynorris closed 5 years ago

rynorris commented 5 years ago

Not perfect yet, but with this work we can now boot Donkey Kong fairly successfully.

image

image

rynorris commented 5 years ago

Even better now after recent commits. DK background now renders (I think?) flawlessly:

donkey-kong

codecov-io commented 5 years ago

Codecov Report

Merging #4 into master will decrease coverage by 1.41%. The diff coverage is 58.98%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   97.74%   96.33%   -1.42%     
==========================================
  Files          29       30       +1     
  Lines        3732     4012     +280     
==========================================
+ Hits         3648     3865     +217     
- Misses         84      147      +63
Impacted Files Coverage Δ
src/emulator/io/sdl.rs 0% <0%> (ø)
src/emulator/ppu/registers.rs 14.28% <0%> (ø) :arrow_up:
src/emulator/ppu/test/background.rs 60.86% <10%> (-39.14%) :arrow_down:
src/emulator/ppu/test/mod.rs 100% <100%> (ø) :arrow_up:
src/emulator/clock.rs 98.24% <100%> (+0.71%) :arrow_up:
src/emulator/cpu/mod.rs 98.43% <100%> (+1.09%) :arrow_up:
src/emulator/ppu/mod.rs 89.08% <92.64%> (+3.28%) :arrow_up:
src/emulator/memory.rs 95.45% <94.11%> (+0.9%) :arrow_up:
... and 6 more

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 94a34f5...cc166c2. Read the comment docs.