OSDN Git Service

[VM}[FM7][PC8801][X1] At least enable to build FM7,PC8801 and X1 (excepts X!Twin).
[csp-qt/common_source_project-fm7.git] / source / src / vm / x1 / emm.cpp
index c69d15d..4be1a4b 100644 (file)
@@ -70,8 +70,8 @@ bool EMM::process_state(FILEIO* state_fio, bool loading)
        if(!state_fio->StateCheckInt32(this_device_id)) {
                return false;
        }
-       state_fio->StateBuffer(data_buffer, sizeof(data_buffer), 1);
-       state_fio->StateUint32(data_addr);
+       state_fio->StateArray(data_buffer, sizeof(data_buffer), 1);
+       state_fio->StateValue(data_addr);
        return true;
 }