mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-01 01:38:05 +00:00
fixing uninit conditions
This commit is contained in:
@@ -29,6 +29,8 @@ namespace ComSquare::PPU
|
||||
Background(*this, 4, true)
|
||||
}
|
||||
{
|
||||
this->_mainScreen = {{{0}}};
|
||||
this->_subScreen = {{{0}}};
|
||||
this->_registers._isLowByte = true;
|
||||
/*for (int i = 0; i < 512; i++) {
|
||||
this->cgram->write(i, random() % 255);
|
||||
|
||||
Reference in New Issue
Block a user