OSDN Git Service

[VM][UPD7810] Fix FTBFS.
[csp-qt/common_source_project-fm7.git] / source / src / vm / upd7810.cpp
index 9101d05..afd4b43 100644 (file)
@@ -457,8 +457,8 @@ bool UPD7810::process_state(FILEIO* state_fio, bool loading)
 #ifdef USE_DEBUGGER
        state_fio->StateValue(total_icount);
 #endif
-       state_fio->StateInt32(icount);
-       state_fio->StateBool(busreq);
+       state_fio->StateValue(icount);
+       state_fio->StateValue(busreq);
        state_fio->StateValue(icount);
        state_fio->StateValue(busreq);