summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Put minimum tag length back to 2 characters for now. Aaron Giles2009-11-191-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-1/+2
* > -----Original Message----- Aaron Giles2009-10-011-14/+14
* Move address_map array from cpu_config to device_config. Added Aaron Giles2009-07-081-0/+15
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+2
* Added the ability for devices to have their own custom inline config management. Aaron Giles2009-02-161-14/+16
* Ok, this is The Big One. Aaron Giles2009-02-111-113/+79
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-3/+7
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-5/+12
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+8