summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/save.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/save.h')
-rw-r--r--src/emu/save.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/emu/save.h b/src/emu/save.h
index 17131178ae4..408a700c90b 100644
--- a/src/emu/save.h
+++ b/src/emu/save.h
@@ -205,8 +205,8 @@ private:
state_callback *next() const { return m_next; }
// state
- state_callback * m_next; // pointer to next entry
- save_prepost_delegate m_func; // delegate
+ state_callback * m_next; // pointer to next entry
+ save_prepost_delegate m_func; // delegate
};
class state_entry
@@ -222,22 +222,22 @@ private:
void flip_data();
// state
- state_entry * m_next; // pointer to next entry
- void * m_data; // pointer to the memory to save/restore
- astring m_name; // full name
- UINT8 m_typesize; // size of the raw data type
- UINT32 m_typecount; // number of items
- UINT32 m_offset; // offset within the final structure
+ state_entry * m_next; // pointer to next entry
+ void * m_data; // pointer to the memory to save/restore
+ astring m_name; // full name
+ UINT8 m_typesize; // size of the raw data type
+ UINT32 m_typecount; // number of items
+ UINT32 m_offset; // offset within the final structure
};
// internal state
- running_machine & m_machine; // reference to our machine
- bool m_reg_allowed; // are registrations allowed?
- int m_illegal_regs; // number of illegal registrations
+ running_machine & m_machine; // reference to our machine
+ bool m_reg_allowed; // are registrations allowed?
+ int m_illegal_regs; // number of illegal registrations
- simple_list<state_entry> m_entry_list; // list of reigstered entries
- simple_list<state_callback> m_presave_list; // list of pre-save functions
- simple_list<state_callback> m_postload_list; // list of post-load functions
+ simple_list<state_entry> m_entry_list; // list of reigstered entries
+ simple_list<state_callback> m_presave_list; // list of pre-save functions
+ simple_list<state_callback> m_postload_list; // list of post-load functions
};
@@ -337,4 +337,4 @@ inline void save_manager::save_item(const char *module, const char *tag, int ind
}
-#endif /* __SAVE_H__ */
+#endif /* __SAVE_H__ */