summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for softlist loading (no whatsnew) Miodrag Milanovic2011-07-251-1/+1
* Small core changes to enable making slot device also a image device (no whats... Miodrag Milanovic2011-07-031-1/+1
* Add default inputs only in case default card is inserted (no whatsnew) Miodrag Milanovic2011-07-031-1/+2
* Added default port values support for slot devices (no whatsnew) Miodrag Milanovic2011-06-291-2/+4
* Added support for multi level slot devices [Miodrag Milanovic] Miodrag Milanovic2011-06-271-1/+1
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-6/+5
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-2/+2
* Updated mconfig so in cases there is no option defined at all that default de... Miodrag Milanovic2011-05-171-4/+9
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* optimised device removal & prevent accessing removed devices smf-2011-05-071-6/+9
* "You have taken your first step into a larger world." ―Obi-Wan Kenobi smf-2011-05-061-11/+45
* Coding convention cleanup. Aaron Giles2011-05-051-9/+8
* 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