summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-82/+93
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-8/+32
* Make devopt menu localisable. Vas Crabb2018-04-281-28/+48
* duh (nw) Vas Crabb2018-04-281-1/+1
* Sarayan made me do it. Vas Crabb2018-04-281-10/+3
* Remove commented code, nw mooglyguy2018-03-101-11/+0
* Remove first_screen() accessor from machine_config now that it is not used, nw mooglyguy2018-03-101-4/+4
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* do you user-defined literal? also some more notes on the digital scale (nw) Vas Crabb2018-01-241-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+15
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Fix -slot card,bios=rev (selected BIOS was being applied to slot itself, not ... Vas Crabb2017-08-041-5/+4
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-6/+5
* improve code for instantiating slot devices for validation - still doesn't fi... Vas Crabb2017-06-111-1/+1
* let's use Zaccaria as a demo for machine config in members Vas Crabb2017-05-221-1/+1
* order of initialisation (nw) Vas Crabb2017-05-221-3/+3
* There's no day like today. This just follows up on the last commit: game dri... Vas Crabb2017-05-221-32/+13
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Remove unhelpful assert (nw) AJR2017-05-181-1/+0
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-5/+6
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-6/+5
* More options refactoring Nathan Woods2017-04-161-1/+5
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-13/+24
* Self-registering devices prep: Vas Crabb2017-02-271-17/+23
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* remove legacy calls (nw) Miodrag Milanovic2016-05-011-4/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+2
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Iterate over devices C++11 style AJR2016-04-181-15/+12
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* Iterate over core classes C++11 style AJR2016-03-311-25/+69
* reverting: Miodrag Milanovic2016-01-201-13/+12
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-4/+4
* Fix for hang, emu_options::add_slot_options was changed, other things are ju... Miodrag Milanovic2016-01-181-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-12/+13
* Return std::string objects by value rather than pass by reference AJR2016-01-101-7/+8
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-21/+21
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+214