summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* uiimage/diimage: Dumbify the menus and add a control layer [O. Galibert] Olivier Galibert2012-01-071-0/+2
* Removed not used legacy call (no whatsnew) Miodrag Milanovic2011-11-261-1/+0
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-8/+8
* Harddisk image device is now modern device (no whatsnew) Miodrag Milanovic2011-06-161-1/+1
* Converted printer image device to modern (no whatsnew) Miodrag Milanovic2011-06-141-9/+10
* Cleanup of image device base classes and prepare for rewrite (no whatsnew) Miodrag Milanovic2011-06-101-33/+47
* Removed memory allocation calls from image device (no whatsnew) Miodrag Milanovic2011-05-251-9/+0
* Renamed one image interface call till I am aware what is what (no whatsnew) Miodrag Milanovic2011-05-041-1/+1
* Fixed problem with image devices due to same name in interface and device cla... Miodrag Milanovic2011-05-041-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-33/+14
* moved call_display_info() to finish_load(), so that it can exploit variables ... Fabio Priuli2011-04-081-0/+1
* cartslot.c/chd_cd.c: added support for a callback function to test softlist s... Fabio Priuli2011-04-071-0/+5
* Removed hashfile and dependencies (no whatsnew) Miodrag Milanovic2011-02-141-6/+3
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-4/+4
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* Improved the way software names are displayed by the Internal File Manager wh... Fabio Priuli2011-01-141-0/+1
* Swap: (astring.len() != 0) -> astring Aaron Giles2010-08-211-5/+5
* Fixed image based cheat file loading (no whatsnew) Miodrag Milanovic2010-07-281-1/+1
* Adding ability to support other types of software lists, so floppies, cassett... Miodrag Milanovic2010-07-081-0/+2
* Added per-device image softlist loading routine [Miodrag Milanovic] Miodrag Milanovic2010-07-071-2/+5
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-29/+29
* Added new static call in diimage and added call to initialize subdevices for ... Miodrag Milanovic2010-06-291-1/+2
* - Fixed compile Miodrag Milanovic2010-06-271-0/+5
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-1/+0