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