summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split the screen device into a separate module. Aaron Giles2010-12-021-0/+5
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Moved auto-finding code down into the device_t object so it can be more Aaron Giles2010-09-141-1/+1
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-1/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-98/+32
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+31
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-211/+94
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-1/+3
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-1/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-5/+5
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+0
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-62/+87
* Cleanups and version bump. Aaron Giles2010-06-171-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-110/+57
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-3/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-8/+82