mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-29 17:02:21 +00:00
Parsing SPC ROM data into APU & fixing operands of two MOV instructions
This commit is contained in:
@@ -56,4 +56,9 @@ namespace ComSquare::Ram
|
||||
{
|
||||
return this->_ramType;
|
||||
}
|
||||
|
||||
uint8_t *Ram::getData() const
|
||||
{
|
||||
return this->_data;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user