summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1260/+0
* removed not needed conversions (nw) Miodrag Milanovic2015-10-271-2/+2
* softlist.c: Sync software list rom name validation with regular rom name vali... Wilbert Pol2015-07-301-8/+0
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-7/+7
* add validation entry for softlist items which might miss the <part> nodes etabeta782015-06-031-0/+7
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-30/+31
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+5
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-5/+5
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-9/+9
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-2/+2
* Remove duplicate and unused code (compare src/lib/util/cstrpool.c) (nw) Justin Kerk2015-01-311-92/+0
* Move expat.h include to c file (nw) Miodrag Milanovic2015-01-111-0/+1
* actually report softwarelist XML parsing errors in -validate (nw) Oliver Stöneberg2014-11-261-9/+8
* fixed poteotential -validate crash with invalid softwarelist XML (nw) Oliver Stöneberg2014-11-261-1/+4
* (MESS) nes.xml: added a couple of new multigame dumps using Fabio Priuli2014-10-131-3/+3
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* Add width and endianness attributes to data areas in software lists (nw) Alex W. Jackson2014-07-011-2/+32
* 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