mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-31 01:25:31 +00:00
Solving some tests
This commit is contained in:
@@ -16,7 +16,7 @@ namespace ComSquare::Memory
|
||||
//! @brief Memory to shadow from.
|
||||
std::shared_ptr<IRectangleMemory> _initial;
|
||||
//! @brief The number of banks to add to the memory before accessing it from the initial data.
|
||||
uint8_t _bankOffset;
|
||||
uint8_t _bankOffset = 0;
|
||||
public:
|
||||
//! @brief Create a shadow for the memory given as parameter.
|
||||
explicit RectangleShadow(std::shared_ptr<IRectangleMemory> initial, uint8_t startBank, uint8_t endBank, uint16_t startPage, uint16_t endPage);
|
||||
|
||||
Reference in New Issue
Block a user