summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.c
Commit message (Expand)AuthorAgeFilesLines
* Only display suggestions in case there were really no matching drivers, but d... Miodrag Milanovic2011-01-241-3/+10
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-3/+3
* - Display suggestions in case commands that require game name are called and ... Miodrag Milanovic2011-01-231-16/+31
* fixed -listmedia ambiguous output (dating back to when it was -listdevice). n... Fabio Priuli2011-01-231-1/+1
* Revert back change r11240 of clifront.c since errors caused for romident and ... Miodrag Milanovic2011-01-191-25/+17
* Fixed order of parsing parameters, this way game name is checked first, so in... Miodrag Milanovic2011-01-181-17/+25
* clifront.c: prevented -lsoft from output DTD if no list is found [Fabio Priuli] Fabio Priuli2011-01-141-60/+64
* clifront.c: added "-lsoft" option as short version of "-listsoftware" [Fabio ... Fabio Priuli2011-01-141-1/+1
* ensuring that -listsoftware output is valid xml. no whatsnew. Fabio Priuli2011-01-121-1/+1
* fixed mistake in rev.11135 Fabio Priuli2011-01-121-1/+1
* clifront.c: added remaining loadflags to -listsoftware output [Fabio Priuli] Fabio Priuli2011-01-121-1/+29
* improved DTD, no whatsnew Fabio Priuli2011-01-121-2/+2
* clifront.c: improved the behavior of -listsoftware by updating DTD, by adding... Fabio Priuli2011-01-121-11/+70
* Moved LCD layouts to emu section and removed some more ifdefs (no whatsnew) Miodrag Milanovic2011-01-051-2/+3
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-2/+2
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-36/+21
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* Made options visible to device validate function when doing "-validate", this... Miodrag Milanovic2010-09-011-0/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-6/+6
* - Added MDRV_SOFTWARE_LIST_COMPATIBLE_ADD for adding compatible software list... Miodrag Milanovic2010-07-061-2/+2
* Support for multiple software list per driver [Miodrag Milanovic] Miodrag Milanovic2010-07-061-107/+98
* Software list update: [Wilbert Pol] Miodrag Milanovic2010-07-041-3/+3
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-24/+24
* - Fixed compile Miodrag Milanovic2010-06-271-3/+0
* Implemented hash file and battery support and did some cleanup (no whatsnew) Miodrag Milanovic2010-06-241-2/+3
* Moved listsofware command line option from MESS, and added softlist in XML ou... Miodrag Milanovic2010-06-201-9/+273
* Cleanups and version bump. Aaron Giles2010-06-171-4/+4
* More OS X PPC fixes (no whatsnew) R. Belmont2010-06-171-1/+1
* Fixes for OS X PowerPC compile [R. Belmont] R. Belmont2010-06-171-1/+1
* Image device cleanup (no whatsnew) Miodrag Milanovic2010-06-161-3/+4
* -romident can now identify chd's [smf] smf-2010-06-151-12/+72
* devlegacy.c,clifront.c,info.c [Miodrag Milanovic] Miodrag Milanovic2010-06-151-2/+68
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-23/+16
* Allow MESS to do additional work for -romident. Wilbert Pol2010-04-041-14/+20
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-6/+6
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-1/+1
* Fixed listmedia dependent code (no whatsnew needed) Miodrag Milanovic2010-01-201-1/+1
* Added back the hook to -listmedia option used by MESS Fabio Priuli2010-01-191-0/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-16/+16
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* Cleanups and version bump. Aaron Giles2010-01-161-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+2
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-25/+17
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-29/+14
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-2/+2
* Get rid of setjmp/longjmp for error handling in favor of exceptions. Aaron Giles2010-01-041-46/+69
* Removed the various HAS_xxxx for sound cores. To select sound cores, Aaron Giles2010-01-021-5/+0
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-3/+3
* Added "new" command -listdevices (or -ld) to list the devices attached Aaron Giles2009-12-231-6/+63