OSDN Git Service

[VM][General][WIP] Start to merge upstream 2018-10-14.Open branch upstream_20181014 .
[csp-qt/common_source_project-fm7.git] / source / src / vm / sn76489an.cpp
index 4343d04..f39c08b 100644 (file)
@@ -198,7 +198,7 @@ void SN76489AN::initialize_sound(int rate, int clock, int volume)
        diff = (int)(16.0 * (double)clock / (double)rate + 0.5);
 }
 
-#define STATE_VERSION  1
+#define STATE_VERSION  2
 
 bool SN76489AN::process_state(FILEIO* state_fio, bool loading)
 {