| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -10/+8 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 1 | -6/+8 |
| * | Fixed various bugs: |  Vas Crabb | 2023-04-06 | 1 | -2/+1 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 1 | -6/+6 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -23/+25 |
| * | bus/nes: Various minor cleanups. (#9641) |  0kmg | 2022-05-13 | 1 | -1/+0 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 1 | -1/+1 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 1 | -5/+5 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -17/+19 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -19/+17 |
| * | bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) |  AJR | 2019-02-25 | 1 | -9/+9 |
| * | -ghosteo: Removed deprecated warning, nw |  mooglyguy | 2019-02-02 | 1 | -8/+10 |
| * | -bcreader, busmouse, cdp1852, cdp1871, cdp1879, cr511b, cs4031, cs8221, cxd10... |  Ryan Holtz | 2018-08-16 | 1 | -1/+1 |
| * | nes_slot.cpp: Privatize m_maincpu member (nw) |  AJR | 2018-05-13 | 1 | -2/+1 |
| * | nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) |  AJR | 2018-05-13 | 1 | -2/+2 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -4/+5 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -2/+2 |
| * | device_add_mconfig up to devices/bus/o* (nw) |  Ivan Vangelista | 2017-06-12 | 1 | -12/+2 |
| * | 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 | 1 | -23/+26 |
| * | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 1 | -1/+1 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -4/+4 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -11/+11 |
| * | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 1 | -1/+1 |
| * | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 1 | -6/+6 |
| * | device_image_interface::call_softlist_load() was a virtual function where eve... |  Nathan Woods | 2016-07-21 | 1 | -6/+0 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -5/+5 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -5/+5 |
| * | 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 | 1 | -2/+2 |
| * | Revert "use c++ cast instead of c casts (nw)" |  Miodrag Milanovic | 2015-12-05 | 1 | -1/+1 |
| * | use c++ cast instead of c casts (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -1/+1 |
| * | clang-modernize part 2 |  Miodrag Milanovic | 2015-12-04 | 1 | -1/+1 |
| * | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 1 | -6/+6 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+420 |