rynorris / nes

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

APU debug window #36

Closed rynorris closed 6 years ago

rynorris commented 6 years ago

Fixes #21

Right now is just a pretty simple display of each channel. Not sure what else I can put in here though. It's certainly pretty to look at.

Doesn't come across the best in a 8fps GIF, really need to see it in person, but here goes: apu-debug

codecov-io commented 6 years ago

Codecov Report

Merging #36 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   95.35%   95.38%   +0.02%     
==========================================
  Files          44       44              
  Lines        5624     5655      +31     
==========================================
+ Hits         5363     5394      +31     
  Misses        261      261
Impacted Files Coverage Δ
src/emulator/apu/mod.rs 95.7% <ø> (+1%) :arrow_up:
src/emulator/apu/synth.rs 76.53% <ø> (ø) :arrow_up:
src/emulator/mod.rs 81.9% <ø> (ø) :arrow_up:
src/emulator/memory.rs 93.19% <100%> (ø) :arrow_up:

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 1db4f4b...53e43f2. Read the comment docs.