mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-04 18:46:11 +00:00
new DSP architecture (is this one correct ?)
Start of voice & echo functions (need to name them)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user