mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-01 17:55:30 +00:00
The code is now Coplien Compilent
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user