| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary address_space arguments on FM sound chips read/write handlers |  cam900 | 2019-01-31 | 1 | -1/+1 |
* | Don't #include legacy header "flopdrv.h" except where it's still used (nw) |  AJR | 2018-11-25 | 1 | -1/+0 |
* | -nvram: Removed MCFG, nw |  mooglyguy | 2018-08-24 | 3 | -9/+12 |
* | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -32/+32 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -32/+32 |
* | Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) |  wilbertpol | 2018-05-20 | 2 | -2/+5 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -2/+2 |
* | Allow devcb to be bound to a device/mixin or the target of a device |  Vas Crabb | 2018-05-02 | 2 | -12/+4 |
* | fix Commoder PC, work around MSX cartridge (nw) |  Vas Crabb | 2018-05-01 | 1 | -1/+7 |
* | Set finder tag relative to current device being configured rather than |  Vas Crabb | 2018-04-30 | 7 | -15/+14 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 2 | -2/+2 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 16 | -117/+66 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 3 | -3/+3 |
* | device_add_mconfig up to devices/bus/o* (nw) |  Ivan Vangelista | 2017-06-12 | 6 | -27/+9 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 3 | -3/+3 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 21 | -153/+176 |
* | Made a number of device_image_interface members private (#2227) |  npwoods | 2017-04-17 | 1 | -2/+2 |
* | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -4/+4 |
* | Made a number of methods be const correct and static where appropriate |  Nathan Woods | 2017-04-10 | 2 | -2/+2 |
* | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 1 | -1/+0 |
* | Image instance name refactoring and bug fixing (nw) |  AJR | 2017-03-02 | 1 | -2/+5 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 10 | -16/+16 |
* | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 22 | -119/+119 |
* | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 2 | -2/+2 |
* | Another round of these |  Vas Crabb | 2016-08-27 | 2 | -2/+2 |
* | More prep for removing pointer/reference duality (nw) |  Vas Crabb | 2016-08-27 | 3 | -8/+4 |
* | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+1 |
* | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -4/+4 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
* | Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... |  Nathan Woods | 2016-07-23 | 1 | -1/+1 |
* | device_image_interface::call_softlist_load() was a virtual function where eve... |  Nathan Woods | 2016-07-21 | 2 | -8/+1 |
* | Consolidating implementations of create_option_guide() that return nullptr |  Nathan Woods | 2016-07-13 | 1 | -1/+0 |
* | ym2413: Isolate, objectify, integrate [O. Galibert] |  Olivier Galibert | 2016-06-29 | 1 | -1/+1 |
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
* | Devfind revision phase 1, cleaning out some legacy stuff |  AJR | 2016-04-07 | 12 | -92/+34 |
* | Turn core_file into a proper class that gets cleaned up safely using unique_ptr |  Vas Crabb | 2016-03-06 | 1 | -2/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 20 | -73/+80 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 6 | -10/+10 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 6 | -10/+10 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 20 | -80/+73 |
* | modernize rom_load_manager (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
* | Merge pull request #561 from ajrhacker/strings |  Miodrag Milanović | 2016-01-11 | 2 | -5/+4 |
|\ |
|
| * | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 2 | -5/+4 |
* | | modernize output_manager (nw) |  Miodrag Milanovic | 2016-01-10 | 1 | -2/+2 |
|/ |
|
* | override for for macros that could not be auto recognized by tools (nw) |  Miodrag Milanovic | 2015-12-06 | 10 | -26/+26 |
* | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 10 | -41/+41 |
* | cleanup |  Miodrag Milanovic | 2015-12-05 | 1 | -0/+1 |
* | clang-modernize part 6 |  Miodrag Milanovic | 2015-12-04 | 1 | -6/+6 |