summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for required softlist item loading (no whatsnew) Miodrag Milanovic2012-03-301-1/+1
* Added support for multiple comma separated interfaces for device (no whatsnew) Miodrag Milanovic2012-03-291-5/+23
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Do the softlist validation only on validate command (no whatsnew) Miodrag Milanovic2012-02-051-0/+4
* fixed crash when loading from softlist with -cart/-flop/-cass switch. Fabio Priuli2012-01-311-1/+1
* Fix regression on softload item load using menus (no whatsnew) Miodrag Milanovic2012-01-301-1/+3
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-231/+192
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-2/+2
* softlist: added validation check against multiple parts with the same name. n... Fabio Priuli2012-01-091-0/+8
* Revering kludge not needed when proper counting is done (no whatsnew) Miodrag Milanovic2012-01-091-1/+1
* softlist: Fix entry count tracking issue [O. Galibert] Olivier Galibert2012-01-081-14/+14
* uiimage/diimage: Dumbify the menus and add a control layer [O. Galibert] Olivier Galibert2012-01-071-16/+48
* Fixed allocating of multiple parts in softlist (no whatsnew) Miodrag Milanovic2012-01-051-1/+1
* softlist.c: no_dump CHDs should not trigger validation errors. no whatsnew. Fabio Priuli2012-01-041-3/+8
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-1/+1
* Fixed item search in softlist if no list is specified (no whatsnew) Miodrag Milanovic2011-12-261-1/+1
* Clean-ups and version bumpmame0144u4 Angelo Salese2011-12-241-10/+10
* softlist now copies all parts too to loaded software_info section (no whatsnew) Miodrag Milanovic2011-12-231-19/+25
* Fixed required image loading (no whatsnew) Miodrag Milanovic2011-12-221-0/+1
* Enabled filtering in best matches and also in "noswitch" aka MAME like start ... Miodrag Milanovic2011-12-221-3/+34
* Softlist support cleanup and addition of compatibility filtering [Miodrag Mil... Miodrag Milanovic2011-12-221-178/+152
* softlist: buglet (nw) Olivier Galibert2011-12-211-1/+1
* Added support for required field in softlist (no whatsnew) Miodrag Milanovic2011-12-211-1/+39
* Fix for softlist compile (no whatsnew) Miodrag Milanovic2011-12-101-2/+1
* Fixed romfill handling in softlists (no whatsnew) Miodrag Milanovic2011-12-091-1/+2
* Added case insensitive check for softlist item descriptions (no whatsnew) Miodrag Milanovic2011-12-061-3/+2
* Clean-ups and version bumpmame0144u2 Angelo Salese2011-12-041-17/+17
* Fix handling of shared features in softlists (no whatsnew) Miodrag Milanovic2011-12-021-16/+15
* More softlist validation (no whatsnew) Miodrag Milanovic2011-11-301-8/+47
* Better error handling for softlists (no whatsnew) Miodrag Milanovic2011-11-291-0/+13
* Check for duplicate dataareas in softlists (no whatsnew) Miodrag Milanovic2011-11-291-0/+10
* Added more validation of softlist and cleared errors found (no whatsnew) Miodrag Milanovic2011-11-291-20/+41
* Make softlist validation better (no whatsnew) Miodrag Milanovic2011-11-281-37/+54
* Placed softlist validation under validate (no whatsnew) Miodrag Milanovic2011-11-281-1/+0
* Added validate lists option and removed on startup softlist validation (no wh... Miodrag Milanovic2011-11-281-130/+162
* Fixed handling slot/image options so it's possible to override slot setting b... Miodrag Milanovic2011-11-231-2/+2
* Sync with MESS, OG work, credited there (no whatsnew) Miodrag Milanovic2011-11-091-0/+2
* http://www.flickr.com/photos/discoweasel/2851814771/ Olivier Galibert2011-11-081-2/+0
* Converted neogeo mvs driver to use software lists in preparation for Angelo Salese2011-11-061-0/+2
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Cleanups and version bumpmame0143u2 Angelo Salese2011-07-261-8/+8
* Fix for softlist loading (no whatsnew) Miodrag Milanovic2011-07-251-9/+6
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-3/+3
* GCC 4.6 fix (nw) R. Belmont2011-07-191-2/+2
* Update support for slot devices based softlists (no whatsnew) Miodrag Milanovic2011-07-171-66/+113
* Made approx matches code to be used from one place (no whatsnew) Miodrag Milanovic2011-06-151-45/+53
* Added display of approx matches in all lists in case of softlist item is miss... Miodrag Milanovic2011-06-151-1/+1
* More GCC 4.6 fixes (no whatsnew) R. Belmont2011-05-301-1/+1
* Added reload_plain flag to softlists (mess import). (no whatsnew) Scott Stone2011-05-191-0/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-9/+9