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 / jx / floppy.cpp
index 29398f0..181a469 100644 (file)
@@ -64,8 +64,8 @@ bool FLOPPY::process_state(FILEIO* state_fio, bool loading)
        if(!state_fio->StateCheckInt32(this_device_id)) {
                return false;
        }
-       state_fio->StateUint8(prev);
-       state_fio->StateInt32(register_id);
+       state_fio->StateValue(prev);
+       state_fio->StateValue(register_id);
        return true;
 }