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 / pc98ha / note.cpp
index 7512986..16ce1e6 100644 (file)
@@ -90,8 +90,8 @@ bool NOTE::process_state(FILEIO* state_fio, bool loading)
        if(!state_fio->StateCheckInt32(this_device_id)) {
                return false;
        }
-       state_fio->StateUint8(ch);
-       state_fio->StateBuffer(regs, sizeof(regs), 1);
+       state_fio->StateValue(ch);
+       state_fio->StateArray(regs, sizeof(regs), 1);
        return true;
 }