fix(apu): replace mpsc with spsc ringbuffer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-28 02:01:04 -05:00
parent 9d0e099a97
commit 903cfacad3
9 changed files with 111 additions and 124 deletions

View File

@@ -1,4 +1,4 @@
pub use apu::gen::AudioMPSC;
pub use apu::gen::AudioSPSC;
pub use instruction::Cycle;
pub const GB_WIDTH: usize = 160;