summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+1
* Display softlist in menu only for devices having interface set (no whatsnew) Miodrag Milanovic2012-03-301-1/+1
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-03-061-6/+8
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-1/+1
* Give more proper name and disabled loading of soflist items in open_image_fil... Miodrag Milanovic2012-02-211-3/+3
* Added helpers for loading file for slot determination (no whatsnew) Miodrag Milanovic2012-02-211-3/+25
* Remove redundant hashing code, use hashing.h instead. Aaron Giles2012-02-161-1/+2
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Clean-ups and version bump Angelo Salese2012-02-051-1/+1
* workaround for softlist images ending up with the wrong basename. this fixes ... Fabio Priuli2012-02-051-1/+9
* Fix regression on softload item load using menus (no whatsnew) Miodrag Milanovic2012-01-301-5/+17
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-01-251-3/+11
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-17/+9
* floppy: Do specific UI handling [O. Galibert] Olivier Galibert2012-01-231-41/+64
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-5/+5
* uiimage/diimage: Dumbify the menus and add a control layer [O. Galibert] Olivier Galibert2012-01-071-2/+302
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-9/+7