summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-24/+24
* optimized software_list_device::find() a bit - speeds up -validate for MESS (nw) Oliver Stöneberg2014-04-071-1/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-87/+87
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* fixed softlist loading (nw) Miodrag Milanovic2014-03-121-1/+6
* more clang and Linux compilation fixes (nw) Oliver Stöneberg2014-03-111-1/+1
* Fix a couple of compile errors, leftover debugging. Aaron Giles2014-03-111-3/+4
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1828/+970
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+4
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* let's increase approx matches for gamenames from 10 to 16 Michaël Banaan Ananas2013-05-211-2/+2
* Added some additional xml validation and fixed the resulting errors. nw. Fabio Priuli2013-03-211-4/+4
* fixed name of software_list_device (nw) Oliver Stöneberg2013-03-191-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* fixed crash in software_find_romdata() (nw) Oliver Stöneberg2013-02-011-3/+3
* softlist.c: Fix handling of software list entries without any datearea defini... Wilbert Pol2013-02-011-7/+20
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* floppy: Correctly reach files inside zips or softlists [O. Galibert] Olivier Galibert2013-01-021-1/+1
* patch that enables output of <info> elements stored in software lists through... Miodrag Milanovic2012-08-221-2/+77
* Sync with MESS. (nw) Curt Coder2012-08-161-0/+6
* 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