OSDN Git Service

[VM][WIP] Apply some devices merging upstream 2018-10-05.This still not build.WIP.
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc80s31k.h
index 3d09cdd..5fbdef9 100644 (file)
@@ -49,9 +49,7 @@ public:
        uint32_t read_io8(uint32_t addr);
        void write_io8(uint32_t addr, uint32_t data);
        uint32_t get_intr_ack();
-       void decl_state();
-       void save_state(FILEIO* state_fio);
-       bool load_state(FILEIO* state_fio);
+       bool process_state(FILEIO* state_fio, bool loading);
        
        // unique functions
        void set_context_cpu(DEVICE* device)