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 / tk80bs / display.cpp
index 28a4d7b..7c16641 100644 (file)
@@ -221,9 +221,9 @@ bool DISPLAY::process_state(FILEIO* state_fio, bool loading)
                return false;
        }
 #if defined(_TK80BS)
-       state_fio->StateInt32(mode);
+       state_fio->StateValue(mode);
 #endif
-       state_fio->StateBool(dma);
+       state_fio->StateValue(dma);
        return true;
 }