new DSP architecture (is this one correct ?)

Start of voice & echo functions (need to name them)
This commit is contained in:
Melefo
2021-02-03 01:34:43 +01:00
parent 694ea7f9d4
commit 61ef40e968
7 changed files with 774 additions and 302 deletions
+4
View File
@@ -103,6 +103,8 @@ add_executable(unit_tests
sources/PPU/Background.hpp
sources/CPU/DMA/DMA.cpp
sources/CPU/DMA/DMA.hpp
sources/APU/DSP/Voice.cpp
sources/APU/DSP/Echo.cpp
)
# include criterion & coverage
@@ -223,6 +225,8 @@ add_executable(ComSquare
sources/PPU/Background.hpp
sources/CPU/DMA/DMA.cpp
sources/CPU/DMA/DMA.hpp
sources/APU/DSP/Voice.cpp
sources/APU/DSP/Echo.cpp
)
target_compile_definitions(ComSquare PUBLIC DEBUGGER_ENABLED)