summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminated device_image_interface::make_readonly() Nathan Woods2016-08-091-3/+1
* More softlist-related conversions of strings to std::string Nathan Woods2016-08-081-14/+14
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-15/+43
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-15/+43
* | More conversion of 'const char *' --> std::string in diimage Nathan Woods2016-08-041-2/+2
* | This fixes issues where softlist items (that were not for floppies) were load... Nathan Woods2016-08-021-0/+4
|/
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* Converted more stuff in diimage to use std::string instead of 'const char *' Nathan Woods2016-08-011-5/+5
* Changed device_image_interface::load() to take 'const std::string &' Nathan Woods2016-08-011-1/+1
* Fixing a stupid merge error that broke image loading Nathan Woods2016-08-011-12/+9
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-17/+17
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-68/+100
|\
| * Merge branch 'master' into separate_softlist_image_load Nathan Woods2016-07-311-4/+25
| |\
| | * cleanup (nw) Miodrag Milanovic2016-07-311-3/+3
| * | Changed device_image_interface::load() so that it is no longer responsible fo... Nathan Woods2016-07-301-58/+90
* | | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-4/+9
| |/ |/|
* | Created device_image_interface::add_format() protected member and made device... Nathan Woods2016-07-311-0/+21
* | Removed device_image_interface::has_been_created() Nathan Woods2016-07-301-1/+1
|/
* Three times is a charm Nathan Woods2016-07-301-10/+5
* <+cuavas> you've changed the function, you get to change it properly! Nathan Woods2016-07-301-19/+19
* Miscellaneous cleanups: Nathan Woods2016-07-301-91/+67
* Merge pull request #1156 from npwoods/zippath_strstring Vas Crabb2016-07-301-2/+2
|\
| * Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-291-2/+2
* | Changed various string arguments for emu_file::open() from 'const char *' to ... Nathan Woods2016-07-291-3/+3
|/
* Miscellaneous cleanups to diimage.[cpp|h]; mostly std::string stuff Nathan Woods2016-07-291-28/+27
* Cleanups and version bump Miodrag Milanovic2016-07-271-48/+48
* Cleanups for device_image_interface (nw) AJR2016-07-231-22/+6
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-11/+11
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-17/+2
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-211-0/+32
* Exposed several strings as std::string on softlist objects, and fixed a few bugs Nathan Woods2016-07-201-4/+3
* const correctness related changes to softlist Nathan Woods2016-07-191-9/+9
* clean up includes (nw) Vas Crabb2016-07-081-1/+4
* Merge pull request #1056 from npwoods/opresolv_cplusplusification Vas Crabb2016-07-081-2/+2
|\
| * C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-071-2/+2
* | Changed image_device_format::extensions() to be a vector Nathan Woods2016-07-071-0/+29
|/
* Changed diimage.cpp to use C++ comments Nathan Woods2016-07-051-172/+195
* Converted properties on image_device_format to return 'const std::string &' i... Nathan Woods2016-07-051-1/+1
* As per Vas Crabb, readding overloads that take a std::string& parameter for t... Nathan Woods2016-07-041-1/+1
* Changed a few zippath related functions to return their strings as a return v... Nathan Woods2016-07-031-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-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