summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1349/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+3
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-2/+2
* Removed some unused variables (nw) Miodrag Milanovic2015-10-271-1/+0
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-53/+54
* more astring -> std::string (nw) Miodrag Milanovic2015-04-191-2/+2
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-4/+4
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-12/+12
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-4/+4
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-4/+5
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-14/+14
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-11/+11
* debug/qt: Add a per-device window [O. Galibert] Olivier Galibert2014-12-221-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-3/+3
* better fix. nw. Fabio Priuli2014-09-171-2/+3
* softlist: restored the support for loading games from compatible Fabio Priuli2014-09-171-10/+22
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-3/+0
* image.c: Added support for loading a default battery, instead of a fixed fill... Fabio Priuli2014-05-021-1/+6
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-12/+12
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-10/+10
* Factored ui_menu_control_device_image into ui/imgcntrl.c Nathan Woods2014-04-051-262/+1
* some dynamic_buffer/dynamic_array usage cleanups (nw) Oliver Stöneberg2014-03-291-2/+1
* converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-281-3/+2
* replaced some malloc/free usage with global_alloc_array/global_free_array (nw) Oliver Stöneberg2014-03-281-2/+2
* fixed memory leaks in diimage.c (nw) Oliver Stöneberg2014-03-271-8/+8
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-3/+3
* some mismatched malloc/free usage with osd_* functions (nw) Oliver Stöneberg2014-03-241-0/+3
* fixed nvram save location by setting proper name (nw) Miodrag Milanovic2014-03-131-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-113/+232
* added a few more missing \n in logging / cleanups (nw) Oliver Stöneberg2014-03-101-2/+2
* Fixed software list regression. (nw) Curt Coder2014-02-141-1/+1
* diimage: Added "read_only" feature to the software list to denote write prote... Curt Coder2014-02-131-0/+6
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-3/+3
* Broke apart src/emu/ui/filemngr.?, moved src/emu/uiswlist.? ==> Nathan Woods2014-01-201-2/+2
* Split uiimage.? ==> ui/filemngr.? and ui/tapectrl.? Nathan Woods2014-01-191-1/+1
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* diimage: Added load_software_region() function that loads a software list reg... Curt Coder2013-12-201-0/+19
* 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
* diimage.c: error out if xml is incomplete instead of crashing. no whatsnew. Fabio Priuli2013-01-241-0/+5
* MIDI core updates: [R. Belmont] R. Belmont2013-01-131-0/+2
* diimage: allow image devices to skip core fopen() of the image's filename and... R. Belmont2013-01-121-34/+37
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-311/+311
* verify softlist items that are not CHDs or roms and display warnings/errors (... Miodrag Milanovic2012-10-111-0/+61
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-1/+1
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-271-1/+1
* Added device image type for individual ROM images (as used in some Amstrad CP... mahlemiut2012-05-071-0/+2