summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-9/+8
* m_formatlist is now vector (nw) Miodrag Milanovic2016-06-191-4/+13
* Check software parts for incompatibility as well as compatibility AJR2016-05-031-20/+20
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-4/+4
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-14/+1
* Iterate over devices C++11 style AJR2016-04-181-17/+14
* diimage.cpp: Allow image devices to be configured with a fixed etabeta782016-04-121-0/+1
* Fixed MT06173: Software loaded outside of software list (e.g. -cart PATH_TO_R... dankan18902016-04-041-5/+5
* Iterate over core classes C++11 style AJR2016-03-311-3/+3
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-4/+4
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-32/+28
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-22/+9
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-4/+3
* Some missed in menu conversion. dankan18902016-01-311-1/+1
* Small code cleanup: dankan18902016-01-291-14/+12
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-6/+5
* Time for more this==NULL fixes therealmogminer@gmail.com2016-01-231-1/+3
* Still more this==NULL cleanup mooglyguy2016-01-231-6/+7
* reverting: Miodrag Milanovic2016-01-201-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* final touch on romload modernization (nw) Miodrag Milanovic2016-01-111-6/+5
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-3/+72
* Return std::string objects by value rather than pass by reference AJR2016-01-101-10/+9
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-61/+61
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-7/+7
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-8/+12
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1349