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 / mz80k / keyboard.cpp
index 82c59f2..6d6d685 100644 (file)
@@ -132,8 +132,8 @@ bool KEYBOARD::process_state(FILEIO* state_fio, bool loading)
        if(!state_fio->StateCheckInt32(this_device_id)) {
                return false;
        }
-       state_fio->StateUint8(column);
-       state_fio->StateBool(kana);
+       state_fio->StateValue(column);
+       state_fio->StateValue(kana);
        return true;
 }