summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/fileio.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/emu/fileio.h
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/emu/fileio.h')
-rw-r--r--src/emu/fileio.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/src/emu/fileio.h b/src/emu/fileio.h
index 96dc84162bd..42e3a134f95 100644
--- a/src/emu/fileio.h
+++ b/src/emu/fileio.h
@@ -78,9 +78,9 @@ public:
private:
// internal state
- const char * m_base;
- const char * m_current;
- int m_index;
+ const char * m_base;
+ const char * m_current;
+ int m_index;
};
@@ -100,10 +100,10 @@ public:
private:
// internal state
- path_iterator m_iterator;
- osd_directory * m_curdir;
- astring m_pathbuffer;
- int m_buflen;
+ path_iterator m_iterator;
+ osd_directory * m_curdir;
+ astring m_pathbuffer;
+ int m_buflen;
};
@@ -176,24 +176,24 @@ private:
file_error load__7zped_file();
// internal state
- astring m_filename; // original filename provided
- astring m_fullpath; // full filename
- core_file * m_file; // core file pointer
- path_iterator m_iterator; // iterator for paths
- UINT32 m_crc; // iterator for paths
- UINT32 m_openflags; // flags we used for the open
- hash_collection m_hashes; // collection of hashes
-
- zip_file * m_zipfile; // ZIP file pointer
- UINT8 * m_zipdata; // ZIP file data
- UINT64 m_ziplength; // ZIP file length
-
- _7z_file * m__7zfile; // 7Z file pointer
- UINT8 * m__7zdata; // 7Z file data
- UINT64 m__7zlength; // 7Z file length
-
- bool m_remove_on_close; // flag: remove the file when closing
+ astring m_filename; // original filename provided
+ astring m_fullpath; // full filename
+ core_file * m_file; // core file pointer
+ path_iterator m_iterator; // iterator for paths
+ UINT32 m_crc; // iterator for paths
+ UINT32 m_openflags; // flags we used for the open
+ hash_collection m_hashes; // collection of hashes
+
+ zip_file * m_zipfile; // ZIP file pointer
+ UINT8 * m_zipdata; // ZIP file data
+ UINT64 m_ziplength; // ZIP file length
+
+ _7z_file * m__7zfile; // 7Z file pointer
+ UINT8 * m__7zdata; // 7Z file data
+ UINT64 m__7zlength; // 7Z file length
+
+ bool m_remove_on_close; // flag: remove the file when closing
};
-#endif /* __FILEIO_H__ */
+#endif /* __FILEIO_H__ */