| Commit message (Expand) | Author | Age | Files | Lines |
* | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
* | (nw) Cleanup on the way: |  Vas Crabb | 2020-03-10 | 1 | -3/+0 |
* | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 1 | -23/+111 |
* | Allow per-device internal layouts and remove some more MCFG_ macros. |  Vas Crabb | 2018-07-16 | 1 | -3/+29 |
* | Add support for custom device constructors when replacing devices. |  Vas Crabb | 2018-05-08 | 1 | -82/+93 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -2/+2 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -8/+32 |
* | Make devopt menu localisable. |  Vas Crabb | 2018-04-28 | 1 | -28/+48 |
* | duh (nw) |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -10/+3 |
* | Remove commented code, nw |  mooglyguy | 2018-03-10 | 1 | -11/+0 |
* | Remove first_screen() accessor from machine_config now that it is not used, nw |  mooglyguy | 2018-03-10 | 1 | -4/+4 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -2/+2 |
* | do you user-defined literal? also some more notes on the digital scale (nw) |  Vas Crabb | 2018-01-24 | 1 | -2/+2 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -0/+15 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -3/+3 |
* | Fix -slot card,bios=rev (selected BIOS was being applied to slot itself, not ... |  Vas Crabb | 2017-08-04 | 1 | -5/+4 |
* | Overhaul to how MAME handles options, take two (#2341) |  npwoods | 2017-06-25 | 1 | -6/+5 |
* | improve code for instantiating slot devices for validation - still doesn't fi... |  Vas Crabb | 2017-06-11 | 1 | -1/+1 |
* | let's use Zaccaria as a demo for machine config in members |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
* | order of initialisation (nw) |  Vas Crabb | 2017-05-22 | 1 | -3/+3 |
* | There's no day like today. This just follows up on the last commit: game dri... |  Vas Crabb | 2017-05-22 | 1 | -32/+13 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -2/+2 |
* | Remove unhelpful assert (nw) |  AJR | 2017-05-18 | 1 | -1/+0 |
* | Revert "Overhaul to how MAME handles options (#2260)" |  Vas Crabb | 2017-05-07 | 1 | -5/+6 |
* | Overhaul to how MAME handles options (#2260) |  npwoods | 2017-05-05 | 1 | -6/+5 |
* | More options refactoring |  Nathan Woods | 2017-04-16 | 1 | -1/+5 |
* | Refactoring in response to MT#6531 |  Nathan Woods | 2017-04-06 | 1 | -13/+24 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -17/+23 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -2/+2 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+2 |
* | remove legacy calls (nw) |  Miodrag Milanovic | 2016-05-01 | 1 | -4/+0 |
* | Make watchdog timer a separate device |  AJR | 2016-04-30 | 1 | -0/+2 |
* | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -1/+1 |
* | Iterate over devices C++11 style |  AJR | 2016-04-18 | 1 | -15/+12 |
* | Revert software-installed slot/image options when changing software |  AJR | 2016-04-04 | 1 | -1/+0 |
* | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 1 | -25/+69 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -13/+12 |
* | Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... |  Miodrag Milanovic | 2016-01-20 | 1 | -4/+4 |
* | Fix for hang, emu_options::add_slot_options was changed, other things are ju... |  Miodrag Milanovic | 2016-01-18 | 1 | -4/+4 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -12/+13 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -7/+8 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -21/+21 |
* | Initial conversion of core to C++14. Note that compilers are now limited to G... |  Miodrag Milanovic | 2015-12-03 | 1 | -3/+3 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+214 |