summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/fileio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general cleanup: Vas Crabb2017-05-231-3/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-28/+28
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* make path_iterator hold onto its search path Vas Crabb2016-08-191-14/+21
* Changed various string arguments for emu_file::open() from 'const char *' to ... Nathan Woods2016-07-291-8/+8
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-2/+2
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-3/+3
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-241-2/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, part... Vas Crabb2016-03-251-1/+0
* Fold some redundant code Vas Crabb2016-03-181-7/+1
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-6/+3
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-29/+25
* Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... Vas Crabb2016-03-091-2/+5
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-6/+5
* Add function for flushing file buffers Vas Crabb2016-03-011-0/+5
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-3/+3
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-7/+7
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-2/+2
* Better performance for -verifyroms on samba share [qmc2] Miodrag Milanovic2015-02-121-1/+6
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* (MESS) fixed clang 3.2 warnings about unused private fields (nw) Oliver Stöneberg2013-03-201-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-25/+25
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+4
* Add LZMA codec and .7z container support [David Haywood, R. Belmont] R. Belmont2012-02-121-0/+13
* Fix for systems where getc() is a #define rather than a function [ElBarto] R. Belmont2011-09-251-1/+4
* path_iterator::next() now takes an optional filename to append to Aaron Giles2011-03-141-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-37/+6
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-8/+8
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-2/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-124/+163
* - Fixed issue with image empty slot [Miodrag Milanovic] Miodrag Milanovic2010-11-261-6/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+3
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Added new function mame_fclose_and_open_next() which will close a file Aaron Giles2009-09-031-0/+3
* Fixed remaining occurrences of crsshairpath Fabio Priuli2009-07-141-25/+25
* Crosshair update Derrick Renaud2009-03-281-0/+1
* Fixed crash bug in DCS games. Aaron Giles2008-12-111-1/+1
* 02688: DIP switch settings are not being stored in INP files. Aaron Giles2008-12-041-0/+4
* Added new options 'cheatpath' to specify one or more paths for cheat Aaron Giles2008-07-311-1/+1
* Added uncompressed AVI recording. Extended aviio to be able Aaron Giles2008-05-131-0/+3
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Oliver Stoneberg) Aaron Giles2008-01-031-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+170