OSDN Git Service

[VM}[FM7][PC8801][X1] At least enable to build FM7,PC8801 and X1 (excepts X!Twin).
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc8801 / pc8801.cpp
index 19d2667..24ad543 100644 (file)
@@ -526,7 +526,7 @@ void VM::update_config()
        }
 }
 
-#define STATE_VERSION  9
+#define STATE_VERSION  10
 
 bool VM::process_state(FILEIO* state_fio, bool loading)
 {
@@ -553,7 +553,7 @@ bool VM::process_state(FILEIO* state_fio, bool loading)
                }
        }
        // Machine specified.
-       state_fio->StateInt32(boot_mode);
+       state_fio->StateValue(boot_mode);
        return true;
 }