1.1 .DMF saving

as of now you're given a choice between 1.1 and 1.0 module
This commit is contained in:
tildearrow 2022-02-20 03:18:20 -05:00
parent 2326c4250e
commit fa363384aa
6 changed files with 96 additions and 29 deletions

View file

@ -267,7 +267,7 @@ class DivEngine {
// load a file.
bool load(unsigned char* f, size_t length);
// save as .dmf.
SafeWriter* saveDMF();
SafeWriter* saveDMF(unsigned char version);
// save as .fur.
SafeWriter* saveFur();
// build a ROM file (TODO).