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 / pc9801 / sasi.cpp
index f4a2856..3a063d1 100644 (file)
@@ -207,9 +207,9 @@ bool SASI::process_state(FILEIO* state_fio, bool loading)
        if(!state_fio->StateCheckInt32(this_device_id)) {
                return false;
        }
-       state_fio->StateUint8(ocr);
-       state_fio->StateBool(irq_status);
-       state_fio->StateBool(drq_status);
+       state_fio->StateValue(ocr);
+       state_fio->StateValue(irq_status);
+       state_fio->StateValue(drq_status);
        return true;
 }