summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1947/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+1
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-3/+3
* Actually return an error when the validity check fails Dirk Best2015-07-111-1/+3
* clifront.c: Parse ini files before looking for software. (nw) Wilbert Pol2015-06-051-1/+2
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-22/+22
* check device roms only once as well when using -romident. this does not help etabeta782015-05-131-15/+21
* clifront.c: Slightly optimized -romident so that each software list is etabeta782015-05-131-27/+22
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-33/+34
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-13/+13
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-20/+20
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-19/+19
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-0/+2
* OSD Updates: couriersud2015-01-141-86/+6
* Untangled options inheritance. Previously code locked in osd_options couriersud2015-01-131-1/+32
* Converted back osd_interface into a pure interface. couriersud2015-01-121-3/+1
* Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of couriersud2015-01-091-1/+1
* Added -listnetwork option to list available network adapters Miodrag Milanovic2014-10-231-0/+15
* softlist: fixed inconsistent -listsoftware output. [phulshof] Fabio Priuli2014-09-161-7/+6
* do not start tagmap lookup counting until everything is initialized / tagmap ... Oliver Stöneberg2014-09-091-6/+0
* moved tagged_list:: out of tagged_list to make it catch-able / handle add_exc... Oliver Stöneberg2014-09-081-0/+5
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+2
* improved exception reporting in cli_frontend (nw) Oliver Stöneberg2014-07-021-2/+2
* Different version of OSX segfault fix (nw) Wilbert Pol2014-06-231-1/+1
* Prevent segfault on OSX (nw) Wilbert Pol2014-06-231-1/+1
* romident: print a summary at the end, instead of garbage. Robbbert2014-06-101-3/+3
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-1/+3
* Placing reverting options on proper place (nw) Miodrag Milanovic2014-06-031-0/+2
* revert r30583, it breaks -ramsize option (no whatsnew) mahlemiut2014-06-031-2/+0
* slots are now taken in consideration even if defined in ini only (nw) Miodrag Milanovic2014-05-211-0/+2
* 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