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

@@ -3,7 +3,7 @@ use crate::instruction::{Cycle, Instruction};
use crate::interrupt::{InterruptEnable, InterruptFlag};
use crate::joypad::Joypad;
use crate::ppu::Ppu;
use crate::sound::AudioSender;
use crate::sound::gen::AudioSender;
use crate::timer::Timer;
use bitfield::bitfield;
use std::fmt::{Display, Formatter, Result as FmtResult};