summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added set name to -romident smf-2009-11-211-1/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* clifront.c fixed length messages now leave enough space for clone longer names Fabio Priuli2009-04-201-7/+7
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+4
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-4/+4
* romload cleanups: Aaron Giles2009-01-021-6/+2
* Added new frontend option -listbrothers. This will list all "brothers" Aaron Giles2008-12-301-9/+59
* More device normalization: Aaron Giles2008-12-161-2/+0
* -listroms knows about device-specific ROMs now. Aaron Giles2008-09-261-39/+43
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Added concept of rom sources to the rom loader. Updated auditing, Aaron Giles2008-09-061-21/+30
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* Restores the previous verifyroms() code. Left verifysamples() untocuhed for ... Zsolt Vasvari2008-03-171-8/+7