OSDN Git Service

[VM] .
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc98ha / floppy.h
index e928413..158248b 100644 (file)
@@ -37,9 +37,7 @@ public:
        void reset();
        void write_io8(uint32_t addr, uint32_t data);
        uint32_t read_io8(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);
        
        // unique function
        void set_context_fdc(UPD765A* device)