mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-23 14:58:36 +00:00
Merge branch 'master' of https://github.com/AnonymusRaccoon/ComSquare into PPU
This commit is contained in:
@@ -12,6 +12,7 @@ namespace ComSquare::Ram
|
||||
: _size(size)
|
||||
{
|
||||
this->_data = new uint8_t[size];
|
||||
std::memset(this->_data, 0, size * sizeof(uint8_t));
|
||||
}
|
||||
|
||||
Ram::~Ram()
|
||||
|
||||
Reference in New Issue
Block a user