OSDN Git Service

[VM][UPD7810] Fix FTBFS.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 27 Oct 2018 17:44:39 +0000 (02:44 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 27 Oct 2018 17:44:39 +0000 (02:44 +0900)
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);