Solving a bug with the IRectangleMemory

This commit is contained in:
AnonymusRaccoon
2020-02-07 14:08:10 +01:00
parent 873906948a
commit b4166c4c01
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ namespace ComSquare::Memory
uint24_t IRectangleMemory::getStart()
{
return (this->_startBank << 16u) + this->_startPage;
return 0;
}
void IRectangleMemory::setMemoryRegion(uint8_t startBank, uint8_t endBank, uint16_t startPage, uint16_t endPage)