Fixing memory shadow's bank offset

This commit is contained in:
Anonymus Raccoon
2020-04-06 15:49:46 +02:00
parent 9d5cbb4ed2
commit e60c6d7bd7
6 changed files with 98 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ namespace ComSquare::Memory
{
//! @brief Superset of the AMemory to map non continuous rectangle to the memory. (A rectangle that spam across more than one bank but that does not start at 0000 or end at FFFF).
class ARectangleMemory : public AMemory {
private:
protected:
//! @brief The first bank to map to.
uint8_t _startBank = 0;
//! @brief The last bank to map to.