| Commit message (Expand) | Author | Age | Files | Lines |
* | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -15/+5 |
* | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -3/+5 |
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -1/+1 |
* | ymfm: Refactor new FM engine into a 3rdparty library (#8046) |  Aaron Giles | 2021-05-14 | 1 | -1/+1 |
* | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -1/+1 |
* | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -1/+1 |
* | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -14/+16 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 3 | -5/+5 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 22 | -242/+176 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 22 | -176/+242 |
* | upd765: Simplify read/write handlers (nw) |  AJR | 2019-03-10 | 1 | -18/+10 |
* | msx, bus/msx_cart, bus/msx_slot: Configuration and bus modernization (nw) |  AJR | 2019-03-10 | 22 | -231/+173 |
* | 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 |