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 / scv / vdp.cpp
index f69456e..a31f7b1 100644 (file)
@@ -348,10 +348,10 @@ bool VDP::process_state(FILEIO* state_fio, bool loading)
        if(!state_fio->StateCheckInt32(this_device_id)) {
                return false;
        }
-       state_fio->StateUint8(vdc0);
-       state_fio->StateUint8(vdc1);
-       state_fio->StateUint8(vdc2);
-       state_fio->StateUint8(vdc3);
+       state_fio->StateValue(vdc0);
+       state_fio->StateValue(vdc1);
+       state_fio->StateValue(vdc2);
+       state_fio->StateValue(vdc3);
        return true;
 }