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:
stephena 2009-08-27 23:35:34 +00:00
parent 933ecd6cd7
commit 1dbcdbdc36
1 changed files with 2 additions and 2 deletions

View File

@ -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)