Starting the jump

This commit is contained in:
AnonymusRaccoon
2020-02-28 20:25:34 +01:00
parent d1561f1be3
commit c15ec0a9cb
6 changed files with 64 additions and 6 deletions
-5
View File
@@ -206,11 +206,6 @@ namespace ComSquare::PPU
void PPU::update(unsigned cycles)
{
(void)cycles;
this->_bus->write(0x2121, 0);
for (uint16_t value = 0; value <= 256; value++) {
this->_bus->write(0x2122, 0b11100000);
this->_bus->write(0x2122, 0b00000011);
}
uint16_t tmp;
uint8_t red;
uint8_t green;