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
+5
View File
@@ -36,6 +36,11 @@ namespace ComSquare
inline void _mirrorComponents(SNES &console, unsigned i);
public:
MemoryBus() = default;
MemoryBus(const MemoryBus &) = default;
MemoryBus &operator=(const MemoryBus &) = default;
~MemoryBus() = default;
//! @brief Read data at a global address.
//! @param addr The address to read from.
//! @return The value that the component returned for this address. If the address was mapped to ram, it simply returned the value. If the address was mapped to a register the component returned the register.