summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-07-311-2/+0
* Fix for incorrect sound bug in 0.124. Aaron Giles2008-03-251-2/+2
* From: Lei Wu [mailto:lanewu@hotmail.com] Aaron Giles2008-03-241-2/+4
* Cleanups and version bump to 0.123u5.mame0123u5 Aaron Giles2008-03-131-1/+1
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-6/+10
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-0/+9
* Spacing and version bump.mame0123u3 Aaron Giles2008-02-281-41/+41
* Couple more address map merges, plus an MSVC compile fix. Aaron Giles2008-02-271-6/+6
* Converted MACHINE_DRIVER definitions from function Aaron Giles2008-02-261-69/+341
* Cleanups and version bump for 0.123u2.mame0123u2 Aaron Giles2008-02-211-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-70/+0
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-0/+316