mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-30 01:05:34 +00:00
Cleaning up the memory bus and adding exception handling in the put pixel
This commit is contained in:
@@ -18,7 +18,6 @@ namespace ComSquare::Memory
|
||||
//! @brief Create a shadow for the memory given as parameter.
|
||||
explicit MemoryShadow(std::shared_ptr<IMemory> initial, uint24_t start, uint24_t end);
|
||||
|
||||
static std::shared_ptr<IMemory> createShadow(std::shared_ptr<IMemory> initial, uint24_t start, uint24_t end);
|
||||
//! @brief Read from the initial IMemory given.
|
||||
//! @param addr The address to read from. The address 0x0 should refer to the first byte of the initial IMemory.
|
||||
//! @throw InvalidAddress will be thrown if the address is more than the size of the initial IMemory.
|
||||
|
||||
Reference in New Issue
Block a user