Moving DSP to APU folder as the component belongs to it

Adding channels to DSP with BRR values
Modifying DSP registers to simplify channel editing
This commit is contained in:
Melefo
2020-02-03 11:35:37 +01:00
parent a170efa67a
commit 6d7bf39dcd
5 changed files with 653 additions and 677 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#define COMSQUARE_APU_HPP
#include <memory>
#include "../DSP/DSP.hpp"
#include "DSP/DSP.hpp"
#include "../Memory/IMemory.hpp"
namespace ComSquare::APU