mirror of https://github.com/stella-emu/stella.git
3e3ca7d10e
are in System.cxx, and can be accessed from the various ports through the Console. To save state, call theConsole->system.saveState(string filename, string md5sum). The filename should include the full path and can be anything. The md5sum is obvious and is used to make sure that the filename is actually a state file for the current ROM. To load state, call theConsole->system().loadState(string filename, string md5sum. These variables have the same meaning as above. For now, only the SDL port has access to these. Support will be added for all ports when I do some more testing. I'd appreciate some bug reports, especially related to sound handing on state load. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@93 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba |
||
---|---|---|
CVSROOT | ||
stella |