chore(snd): refactor APU implementation

This commit is contained in:
2021-07-14 23:33:21 -05:00
parent 08bd33b4d4
commit ea53f97312
6 changed files with 650 additions and 592 deletions

View File

@@ -1,6 +1,6 @@
pub use gui::Egui;
pub use instruction::Cycle;
pub use sound::AudioMPSC;
pub use sound::gen::AudioMPSC;
pub const GB_WIDTH: usize = 160;
pub const GB_HEIGHT: usize = 144;