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 / pasopia7 / iotrap.cpp
index 33f0ef6..d0e3121 100644 (file)
@@ -89,8 +89,8 @@ bool IOTRAP::process_state(FILEIO* state_fio, bool loading)
        if(!state_fio->StateCheckInt32(this_device_id)) {
                return false;
        }
-       state_fio->StateBool(nmi_mask);
-       state_fio->StateBool(pasopia);
+       state_fio->StateValue(nmi_mask);
+       state_fio->StateValue(pasopia);
        return true;
 }