summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implemented hash file and battery support and did some cleanup (no whatsnew) Miodrag Milanovic2010-06-241-5/+12
* - Moved ioproc implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-231-8/+22
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-6/+52
* Removed not needed parameter (no whatsnew) Miodrag Milanovic2010-06-181-1/+1
* Changed callback function parameter types for image device (no whatsnew) Miodrag Milanovic2010-06-181-10/+10
* Implemented most of calls for image device (no whatsnew) Miodrag Milanovic2010-06-181-10/+70
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-2/+72
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* Image device cleanup (no whatsnew) Miodrag Milanovic2010-06-161-2/+38
* devlegacy.c,clifront.c,info.c [Miodrag Milanovic] Miodrag Milanovic2010-06-151-0/+91