| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 1 | -5/+2 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 4 | -6/+6 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 4 | -165/+199 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -3/+0 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -4/+4 |
| * | -Improved some Lua APIs: |  Vas Crabb | 2023-04-07 | 2 | -16/+11 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -4/+4 |
| * | dinvram: Separate backup-enable parameter (which prevents both loading and sa... |  AJR | 2022-08-09 | 1 | -1/+1 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -14/+10 |
| * | Z88: added serial port and NVRAM support. [Sandro Ronco] |  Sandro Ronco | 2022-05-08 | 8 | -4/+101 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 2 | -2/+2 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -11/+3 |
| * | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 8 | -19/+19 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -9/+11 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -5/+5 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 2 | -11/+12 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 2 | -12/+11 |
| * | intelfsh: Eliminate address_space argument from read/write handlers (nw) |  AJR | 2019-02-01 | 1 | -2/+2 |
| * | devices\bus: some MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-31 | 1 | -9/+10 |
| * | -intelfsh: Removed MCFG, nw |  mooglyguy | 2018-09-05 | 1 | -3/+4 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -1/+1 |
| * | srcclean and other cleanup (nw) |  Vas Crabb | 2018-06-24 | 1 | -3/+3 |
| * | z88: some cleanup, nw |  mooglyguy | 2018-06-09 | 2 | -24/+19 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -2/+2 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -2/+2 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
| * | another fifty device_mconfig_additions out of the way (nw) |  Vas Crabb | 2017-06-14 | 2 | -16/+5 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 8 | -69/+73 |
| * | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -2/+2 |
| * | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 2 | -13/+0 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 4 | -9/+9 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |
| * | z88: fixed expanded video addressing in RAM carts |  Nigel Barnes | 2017-02-14 | 2 | -1/+14 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 3 | -3/+0 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 8 | -41/+41 |
| * | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+3 |
| * | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -4/+4 |
| * | 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 | -11/+1 |
| * | Consolidating implementations of create_option_guide() that return nullptr |  Nathan Woods | 2016-07-13 | 1 | -1/+0 |
| * | intelfsh, i2cmem: Not a device_memory_interface either [O. Galibert] |  Olivier Galibert | 2016-06-16 | 1 | -1/+1 |
| * | Revert software-installed slot/image options when changing software |  AJR | 2016-04-04 | 1 | -1/+0 |
| * | Fix for SteamLink build to compile error free (nw) |  Miodrag Milanovic | 2016-01-26 | 1 | -1/+5 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 8 | -24/+24 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 4 | -4/+4 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 4 | -4/+4 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 8 | -24/+24 |
| * | modernize rom_load_manager (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
| * | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 2 | -3/+3 |