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 / mz2500 / mz1r13.cpp
index cb247a8..c3c5b47 100644 (file)
@@ -82,8 +82,8 @@ bool MZ1R13::process_state(FILEIO* state_fio, bool loading)
        if(!state_fio->StateCheckInt32(this_device_id)) {
                return false;
        }
-       state_fio->StateUint16(address);
-       state_fio->StateBool(select_kanji);
+       state_fio->StateValue(address);
+       state_fio->StateValue(select_kanji);
        return true;
 }