OSDN Git Service

[VM] MEMORY:: class within some VM will change Foo_MEMORY:: to reduce misundestanding...
[csp-qt/common_source_project-fm7.git] / source / src / vm / msx / keyboard.h
index 885ddbf..fe9a004 100644 (file)
@@ -43,9 +43,7 @@ public:
        void initialize();
        void event_frame();
        void write_signal(int id, uint32_t data, uint32_t mask);
-       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)