mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-28 16:43:35 +00:00
Starting the jump
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user