mirror of https://github.com/stella-emu/stella.git
The state file format was broken again with the changes to the TIA in
the last commit. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1864 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
933ecd6cd7
commit
1dbcdbdc36
|
@ -28,8 +28,8 @@
|
|||
|
||||
#include "StateManager.hxx"
|
||||
|
||||
#define STATE_HEADER "02090003state"
|
||||
#define MOVIE_HEADER "02090003movie"
|
||||
#define STATE_HEADER "02090004state"
|
||||
#define MOVIE_HEADER "02090004movie"
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
StateManager::StateManager(OSystem* osystem)
|
||||
|
|
Loading…
Reference in New Issue