wip: trying to correctly resize renderer during tileviewer use

This commit is contained in:
Clément Le Bihan
2021-07-25 19:49:38 +02:00
parent 8270973d98
commit c9ae519e22
13 changed files with 139 additions and 43 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ namespace ComSquare::PPU
{
this->_registers._isLowByte = true;
//Utils::Debug::populateEnvironment(*this, 1);
Utils::Debug::populateEnvironment(*this, 1);
}
uint8_t PPU::read(uint24_t addr)
-1
View File
@@ -75,7 +75,6 @@ namespace ComSquare::PPU
uint8_t TileRenderer::getPixelReferenceFromTileRow(uint16_t tileRowAddress, uint8_t pixelIndex)
{
// TODO unit test this
uint16_t result = 0;
switch (this->_bpp) {