summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-214/+0
* nw, add MCFG_FORCE_NO_DRC option, does not work for no apparent reason becaus... therealmogminer@gmail.com2015-06-271-0/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-2/+2
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* modernized cage, dcs and midwayic (nw) Miodrag Milanovic2014-04-201-1/+0
* Created memcard as device and removed it from machine/generic (nw) Miodrag Milanovic2014-04-171-1/+0
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-4/+2
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-1/+0
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+0
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+0
* Removed support for static config from slots and converted the two devices us... smf-2013-12-191-4/+0
* MCFG_MODIFY_DEVICE(DEVICE_SELF) is no longer required in machine configs used... smf-2013-12-181-1/+1
* Slot options can now be configured inline without creating an array. Legacy s... smf-2013-12-161-48/+32
* Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac... Curt Coder2013-11-131-0/+6
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Added support for machine config fragments that are applied when the cart is ... smf-2013-05-291-0/+4
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-8/+12
* make slot depended checks to be case insensitive like other parts of core (nw) Miodrag Milanovic2013-04-131-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-13/+13
* Made core able to use bios selection per slot device [Miodrag Milanovic] Miodrag Milanovic2012-09-051-1/+2
* Made MCFG_QUANTUM_PERFECT_CPU able to work within devices (no whatsnew) Miodrag Milanovic2012-08-131-1/+0
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-271-1/+1
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-1/+1
* Fixed for slot menus + some cleanup (nw) Miodrag Milanovic2012-06-051-2/+2
* Expanded slot definition with clock and config so we can better define fixed ... Miodrag Milanovic2012-06-051-4/+9
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-5/+9
* Sync core fixes from MESS done by OG (nw) Miodrag Milanovic2012-02-111-0/+27
* Proper fix for issues with slots, removed old fix too (no whatsnew) Miodrag Milanovic2012-02-051-1/+2
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-4/+4
* Parameter names are now without : (no whatsnew) Miodrag Milanovic2012-01-251-3/+3
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-74/+61
* Fixed setting default port for slot devices (no whatsnew) Miodrag Milanovic2012-01-131-1/+2
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-1/+1
* Fixed reading default card and throw exception now on wrong slot item name (n... Miodrag Milanovic2011-11-131-2/+8
* 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