diff --git a/src/common/Version.hxx b/src/common/Version.hxx index bb91eddb9..841e44846 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -23,6 +23,6 @@ #include #define STELLA_VERSION "3.2" -#define STELLA_BUILD atoi("$Rev$"+6) +#define STELLA_BUILD atoi("$Rev$" + 6) #endif diff --git a/src/emucore/StateManager.cxx b/src/emucore/StateManager.cxx index 334870518..0ad3fd7eb 100644 --- a/src/emucore/StateManager.cxx +++ b/src/emucore/StateManager.cxx @@ -29,8 +29,8 @@ #include "StateManager.hxx" -#define STATE_HEADER "03010t04state" -#define MOVIE_HEADER "03010t04movie" +#define STATE_HEADER "03020000state" +#define MOVIE_HEADER "03020000movie" // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - StateManager::StateManager(OSystem* osystem)