summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/state.c')
-rw-r--r--src/emu/state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/state.c b/src/emu/state.c
index fb6030c338a..874c7a8d954 100644
--- a/src/emu/state.c
+++ b/src/emu/state.c
@@ -95,7 +95,7 @@ struct _state_private
state_entry * entrylist; /* list of live entries */
state_callback * prefunclist; /* presave function list */
state_callback * postfunclist; /* postsave function list */
-
+
UINT8 * ioarray; /* array where we accumulate all the data */
UINT32 ioarraysize; /* size of the array */
mame_file * iofile; /* file currently in use */
@@ -149,7 +149,7 @@ void state_init(running_machine *machine)
/*-------------------------------------------------
- state_save_get_reg_count - return the number
+ state_save_get_reg_count - return the number
of total registrations so far
-------------------------------------------------*/