added loading
This commit is contained in:
parent
d438feb9ee
commit
598865d216
4 changed files with 86 additions and 1 deletions
|
|
@ -51,6 +51,9 @@ private :
|
|||
string _filename;
|
||||
shared_ptr<FileReader> _file_reader;
|
||||
HeaderMetadata readHeader();
|
||||
TextRecord readTextRecord();
|
||||
EndRecord readEndRecord();
|
||||
bool load_into_memory(int start_address, const std::vector<uint8_t>& data);
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue