OSDN Git Service

[VM][WIP] Pre-process to apply new state framework.Still not buildable.
[csp-qt/common_source_project-fm7.git] / source / src / vm / jx / display.h
index f20a0f6..8bebd28 100644 (file)
@@ -70,6 +70,7 @@ public:
        uint32_t read_io8(uint32_t addr);
        void write_signal(int id, uint32_t data, uint32_t mask);
        void event_frame();
+       bool process_state(FILEIO* state_fio, bool loading);
        
        // unique functions
        void set_context_mem(MEMORY* device)