summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean-ups and version bumpmame0144 Angelo Salese2011-11-131-1/+1
* Call unload image for cart softlist items too (no whatsnew) Miodrag Milanovic2011-11-101-1/+2
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-1/+1
* Update support for slot devices based softlists (no whatsnew) Miodrag Milanovic2011-07-171-1/+1
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-1/+1
* Converted printer image device to modern (no whatsnew) Miodrag Milanovic2011-06-141-1/+29
* Cleanup of image device base classes and prepare for rewrite (no whatsnew) Miodrag Milanovic2011-06-101-1/+465
* Removed memory allocation calls from image device (no whatsnew) Miodrag Milanovic2011-05-251-42/+0
* Fixed problem with image devices due to same name in interface and device cla... Miodrag Milanovic2011-05-041-2/+2
* diimage.c: fix uninitialized variables found by Valgrind [R. Belmont] R. Belmont2011-05-011-1/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-61/+41
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-4/+3
* cartslot.c/chd_cd.c: added support for a callback function to test softlist s... Fabio Priuli2011-04-071-1/+1