summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Placed parsing properly so warnings are displayed, was bug for a longer perio... Miodrag Milanovic2014-05-091-8/+11
* fix Error in command line not being visible due to buffering, also cleaned so... Miodrag Milanovic2014-05-091-7/+7
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-74/+74
* small core_strwildcmp() clarification (nw) Oliver Stöneberg2014-04-071-2/+2
* Fix listsamples and one other potential problematic place, and fixed better d... Miodrag Milanovic2014-04-031-2/+2
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-4/+4
* Adjustment to -listdevices output to allow for more depth and better separati... Scott Stone2014-03-201-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-171/+104
* first round of printf fixes (nw) Oliver Stöneberg2014-02-251-4/+4
* fixed non-DEBUG build (nw) Oliver Stöneberg2014-02-211-1/+1
* added DEBUG-only tagmap lookup counter (nw) Oliver Stöneberg2014-02-211-0/+6
* Resolved bug MT05443 (nw) Miodrag Milanovic2014-02-061-0/+7
* Slot options can now be configured inline without creating an array. Legacy s... smf-2013-12-161-12/+14
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* Improve -listdevices display, sorting by tag and showing device Aaron Giles2013-08-081-3/+42
* let's increase approx matches for gamenames from 10 to 16 Michaël Banaan Ananas2013-05-211-2/+2
* clifront.c: allow -romident to properly handle zipfiles inside a directory [F... Fabio Priuli2013-05-021-1/+1
* print proper message on -listslots in case there are no slot options availabl... Miodrag Milanovic2013-03-221-0/+2
* clear 7z file cache on exit Oliver Stöneberg2013-02-211-2/+2
* fixed -listsoftware DTD (nw) Oliver Stöneberg2013-02-071-1/+1
* clifront.c: [Peter Ferrie] Scott Stone2013-02-061-100/+103
* (MESS) Sync the internal software list dtd. (nw) Wilbert Pol2013-02-031-2/+2
* Added -lr as an alias for -listroms Robbbert2013-01-231-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+27
* Enable compiling PortMidi (nw) R. Belmont2013-01-011-0/+12
* clifront.c: Added verifysoftlist command for verifying software availability ... Wilbert Pol2012-10-131-0/+101
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Added -verifysoftware command. [Wilbert Pol] Wilbert Pol2012-09-201-0/+118
* Values must be normalized (no whatsnew) Miodrag Milanovic2012-08-221-1/+1
* patch that enables output of <info> elements stored in software lists through... Miodrag Milanovic2012-08-221-0/+6
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-271-8/+8
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-7/+11
* Added support for multiple comma separated interfaces for device (no whatsnew) Miodrag Milanovic2012-03-291-1/+1
* Fix for feature name xml output in softlist by bobz, credited in MESS (no wha... Miodrag Milanovic2012-03-281-1/+1
* clifront: fixed -lsoft reporting wrong sizes for roms using ROM_CONTINUE (the... Fabio Priuli2012-03-021-4/+0
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-6/+6
* Added getsoftlist;glist call so list content can be taken by name, to help cl... Miodrag Milanovic2012-02-241-228/+231
* merged changes from mess smf-2012-02-241-7/+6
* Reverted some checks back and fixed few more cases (no whatsnew) Miodrag Milanovic2012-02-241-48/+49
* Previous check gave false positives, also slot devices can gave empty rom reg... Miodrag Milanovic2012-02-241-3/+4
* clifront.c: slightly modified verifyroms to handle properly no-roms devices v... Fabio Priuli2012-02-241-17/+18
* clifront: fix verifyroms behavior after rev.15500. no whatsnew. Fabio Priuli2012-02-231-1/+1
* - removed need for *_dev.lst files [Miodrag Milanovic] Miodrag Milanovic2012-02-231-50/+115
* Removed rom_source abstraction, which was just mapping to devices Aaron Giles2012-02-201-11/+13
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-2/+2
* Added more checks while doing listslots (nw) Miodrag Milanovic2012-02-191-1/+1
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-7/+4
* Fix -romident to work with .7z archives [David Haywood] R. Belmont2012-02-171-0/+49
* Remove redundant hashing code, use hashing.h instead. Aaron Giles2012-02-161-14/+5