summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove legacy calls (nw) Miodrag Milanovic2016-05-011-12/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+4
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-8/+8
* Revert software-installed slot/image options when changing software AJR2016-04-041-7/+0
* Conflict resolution (nw) AJR2016-03-311-2/+11
|\
| * Compressed internal layouts [David Haywood] Miodrag Milanovic2016-03-301-2/+11
* | Iterate over core classes C++11 style AJR2016-03-311-0/+4
|/
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* Begin documenting machine config macros (nw) balr0g2016-03-161-12/+67
* reverting: Miodrag Milanovic2016-01-201-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-161-6/+6
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-2/+2
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-1/+1
* nw, add MCFG_FORCE_NO_DRC option, does not work for no apparent reason becaus... therealmogminer@gmail.com2015-06-271-0/+5
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+1
* small cleanup (nw) Miodrag Milanovic2015-04-221-1/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-4/+4
* modernized cage, dcs and midwayic (nw) Miodrag Milanovic2014-04-201-18/+0
* Created memcard as device and removed it from machine/generic (nw) Miodrag Milanovic2014-04-171-9/+0
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-22/+0
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-9/+0
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-3/+0
* Slot options can now be configured inline without creating an array. Legacy s... smf-2013-12-161-16/+8
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* moved some legacy stuff from mconfig.h to mcfglgcy.h (nw) Oliver Stöneberg2013-07-161-8/+0
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-38/+19
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-32/+32
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-0/+8
* Made MCFG_QUANTUM_PERFECT_CPU able to work within devices (no whatsnew) Miodrag Milanovic2012-08-131-2/+3
* removed some unused variable declarations from MACHINE_CONFIG_* macros (no wh... Oliver Stöneberg2012-07-271-12/+0
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-46/+4
* Added the ability to specify member function driver callbacks for Aaron Giles2012-04-101-0/+18
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-3/+0
* Sync core fixes from MESS done by OG (nw) Miodrag Milanovic2012-02-111-2/+2
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-6/+7
* Added clearing of generic nvram handler and removed megadriv ifdefs (no whats... Miodrag Milanovic2011-11-171-0/+2
* Added hot/cold attributes. Made the MAME executable 1% smaller by using the Nathan Woods2011-11-061-4/+4
* "You have taken your first step into a larger world." ―Obi-Wan Kenobi smf-2011-05-061-0/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-27/+27
* Fix MT#04291 Aaron Giles2011-03-311-2/+12
* Minor cleanups. Aaron Giles2011-03-301-1/+0
* BIG update. Aaron Giles2011-03-291-4/+4
* Attached emu_options to the machine_config, and the running_machine Aaron Giles2011-03-101-1/+3
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-0/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+0
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-24/+24