summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Added swpath. Allows users to specify location of loose software. Robbbert2016-10-121-4/+22
* srcclean (nw) Vas Crabb2016-09-261-2/+2
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-101-0/+12
|\
| * Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-031-1/+1
| * Attempting to make option_guide and option_guide::entry POD types; need to fi... Nathan Woods2016-09-021-1/+2
| * Moving null_option_guide to global scope to avoid thread safety issues Nathan Woods2016-09-011-1/+2
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-0/+10
* | Merge pull request #1290 from npwoods/set_filetype_for_softlist_images Vas Crabb2016-09-091-1/+3
|\ \
| * | Changed the "extension as filetype" behavior for software list images to be o... Nathan Woods2016-08-251-1/+1
| * | Now setting m_filetype for images loaded from softlists Nathan Woods2016-08-221-1/+3
* | | Allows devices to indicate whether image creation should be supported at the ... Nathan Woods2016-09-061-0/+38
* | | srcclean and translation regeneration Vas Crabb2016-08-291-1/+1
| |/ |/|
* | Minor cleanups to device_image_interface::find_software_item() Nathan Woods2016-08-201-4/+4
* | Standardized some names for softlist concepts Nathan Woods2016-08-201-15/+15
|/
* Changing device_image_interface::determine_open_plan() to not support creatin... Nathan Woods2016-08-191-15/+13
* Merge pull request #1222 from npwoods/move_software_name_parsing Vas Crabb2016-08-131-48/+2
|\
| * device_image_interface::software_name_split() ==> softlist.cpp:software_name_... Nathan Woods2016-08-101-49/+3
* | Converted more softlist code to use std::string Nathan Woods2016-08-101-4/+4
|/
* 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