start to test the implementation of tilerenderer

This commit is contained in:
Clément Le Bihan
2021-05-24 00:44:18 +02:00
parent 4024b51c9f
commit effd70cf1e
5 changed files with 29 additions and 15 deletions

View File

@@ -139,4 +139,9 @@ namespace ComSquare::Debugger
return palette;
}
void TileRenderer::setCgram(std::shared_ptr<Ram::Ram> ram)
{
this->_cgram = std::move(ram);
}
}