OSDN Git Service

[VM][State] Apply new state framework to some VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / bubcom80 / membus.h
index f42fcf4..f5de84e 100644 (file)
@@ -42,9 +42,7 @@ public:
        uint32_t read_io8(uint32_t addr);
        void write_dma_data8(uint32_t addr, uint32_t data);
        uint32_t read_dma_data8(uint32_t addr);
-       void decl_state();
-       void save_state(FILEIO* state_fio);
-       bool load_state(FILEIO* state_fio);
+       bool process_state(FILEIO* state_fio, bool loading);
 };
 
 #endif