summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* m_formatlist is now vector (nw) Miodrag Milanovic2016-06-191-9/+4
* Modernized the cassette animation Nathan Woods2016-06-181-1/+1
* Moved things a bit around to better decouple fulivi2016-06-091-1/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-13/+13
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-17/+17
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-3/+0
* diimage.cpp: Allow image devices to be configured with a fixed etabeta782016-04-121-3/+17
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-1/+1
* Iterate over core classes C++11 style AJR2016-03-311-1/+1
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-11/+12
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* final touch on romload modernization (nw) Miodrag Milanovic2016-01-111-1/+1
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-0/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-9/+9
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-16/+16
* more astring -> std::string (nw) Miodrag Milanovic2015-04-191-1/+1
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-5/+5
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-1/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-14/+14
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-5/+0
* image.c: Added support for loading a default battery, instead of a fixed fill... Fabio Priuli2014-05-021-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-4/+4
* Factored ui_menu_control_device_image into ui/imgcntrl.c Nathan Woods2014-04-051-30/+0
* modernized 990_hd, moved some code into ti990_10.c, and simplified harddriv.c... Miodrag Milanovic2014-03-231-7/+0
* fixed GCC/clang compilation / fixed some forward declarations (nw) Oliver Stöneberg2014-03-111-2/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-12/+35
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* fix for MSVC "warning C4717: 'device_image_interface::fread' : recursive on a... smf-2013-12-211-1/+1
* diimage: Added load_software_region() function that loads a software list reg... Curt Coder2013-12-201-0/+3
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+2
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-7/+0
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-6/+29
* MIDI core updates: [R. Belmont] R. Belmont2013-01-131-1/+3
* diimage: allow image devices to skip core fopen() of the image's filename and... R. Belmont2013-01-121-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-50/+50
* Added device image type for individual ROM images (as used in some Amstrad CP... mahlemiut2012-05-071-1/+2
* Removed legacy image devices and related code (no whatsnew) Miodrag Milanovic2012-03-061-19/+0
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-03-061-1/+1
* Give more proper name and disabled loading of soflist items in open_image_fil... Miodrag Milanovic2012-02-211-1/+1
* Added helpers for loading file for slot determination (no whatsnew) Miodrag Milanovic2012-02-211-1/+2
* Fix regression on softload item load using menus (no whatsnew) Miodrag Milanovic2012-01-301-0/+2
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-4/+7
* floppy: Do specific UI handling [O. Galibert] Olivier Galibert2012-01-231-1/+33