summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for dynamic devices, will add more info for log Miodrag Milanovic2011-05-041-0/+17
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-20/+17
* Minor cleanups. Aaron Giles2011-03-301-2/+1
* Attached emu_options to the machine_config, and the running_machine Aaron Giles2011-03-101-1/+2
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Split the screen device into a separate module. Aaron Giles2010-12-021-0/+11
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-2/+9
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-11/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-3/+3
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-205/+59
* Added bool operator to astring, returning true if the string is Aaron Giles2010-08-211-1/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-3/+3
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-90/+133
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-71/+40
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+1
* VS2008 compiling fix [Miodrag Milanovic] (no whatsnew) Miodrag Milanovic2010-02-181-6/+0
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-1/+1
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-40/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+1
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-4/+2
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+2
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-7/+12
* Move address_map array from cpu_config to device_config. Added Aaron Giles2009-07-081-0/+7
* Bulk change alert. Aaron Giles2009-04-261-2/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-9/+7
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-3/+3
* Added the ability for devices to have their own custom inline config management. Aaron Giles2009-02-161-17/+49
* Ok, this is The Big One. Aaron Giles2009-02-111-133/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-3/+6
* Cleanups and version bump. Aaron Giles2008-12-221-1/+1
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-3/+7
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+9
* Fix compile error. Aaron Giles2008-12-171-1/+1
* Added the concept of device "owner", for devices owned by other devices. Aaron Giles2008-12-171-11/+13
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-158/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-0/+5
* Added new functions for building device-relative tags. Changed machine Aaron Giles2008-10-031-32/+12
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-9/+9
* CPUs, sound chips, devices, and ROM-regions which are specified by devices Aaron Giles2008-09-081-21/+68
* Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a Aaron Giles2008-09-061-35/+42