The code is now Coplien Compilent

This commit is contained in:
AnonymusRaccoon
2020-02-13 16:34:36 +01:00
parent 7e97a9466c
commit f9349cf530
16 changed files with 61 additions and 17 deletions
+3
View File
@@ -112,6 +112,9 @@ namespace ComSquare::APU::DSP
std::array<Channel, 8> _channels{};
public:
explicit DSP();
DSP(const DSP &) = default;
DSP &operator=(const DSP &) = default;
~DSP() = default;
//! @brief Read from the internal DSP register.
//! @param addr The address to read from. The address 0x0 should refer to the first byte of the register.