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 / ym2203.cpp
index ab49a21..8b8792c 100644 (file)
@@ -722,7 +722,7 @@ void YM2203::update_timing(int new_clocks, double new_frames_per_sec, int new_li
        clock_const = (uint32_t)((double)chip_clock * 1024.0 * 1024.0 / (double)new_clocks + 0.5);
 }
 
-#define STATE_VERSION  4
+#define STATE_VERSION  5
 
 bool YM2203::process_state(FILEIO* state_fio, bool loading)
 {