Parsing SPC ROM data into APU & fixing operands of two MOV instructions

This commit is contained in:
Melefo
2021-03-25 11:22:26 +01:00
parent d4b3046bbe
commit 044aae174d
7 changed files with 144 additions and 55 deletions
+5
View File
@@ -56,4 +56,9 @@ namespace ComSquare::Ram
{
return this->_ramType;
}
uint8_t *Ram::getData() const
{
return this->_data;
}
}