summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-3/+2
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-9/+9
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-3/+3
* BIG update. Aaron Giles2011-03-291-22/+22
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-8/+8
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-4/+4
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-34/+15
* Not Worth Mentioning - uimenu.c - changed event to menu_event to not conflict... Derrick Renaud2011-01-241-2/+2
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-3/+3
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-4/+0
* Added the mameconfig version to the -listxml output [Oliver Stoneberg] Phil Bennett2010-01-111-8/+0
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+2
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-11/+6
* Get rid of setjmp/longjmp for error handling in favor of exceptions. Aaron Giles2010-01-041-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-7/+7
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-3/+3
* First in a series of updates to remove the use of the global Machine from as ... Zsolt Vasvari2008-01-241-21/+21
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+363