1
0
mirror of https://github.com/jscrane/r65emu.git synced 2026-04-26 22:18:15 +00:00
This commit is contained in:
steve
2023-11-18 10:58:15 +00:00
parent c6d18c8cc0
commit c22812413c
+3 -1
View File
@@ -141,8 +141,10 @@ const char *flash_filer::checkpoint() {
hardware_checkpoint(file);
file.close();
start();
#endif
return buf;
#else
return "";
#endif
}
void flash_filer::restore(const char *filename) {