| Commit message (Expand) | Author | Age | Files | Lines |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 1 | -1/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 6 | -14/+14 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -3/+0 |
| * | emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. |  Vas Crabb | 2023-06-13 | 3 | -11/+17 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 2 | -12/+12 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -16/+14 |
| * | Fixed various bugs: |  Vas Crabb | 2023-04-06 | 1 | -5/+3 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -10/+10 |
| * | Reimplemented Game Boy and Mega Duck cartridge slots: |  Vas Crabb | 2022-09-13 | 2 | -52/+67 |
| * | bus/mononcol: Get rid of a pile of copy/pasted crud. |  Vas Crabb | 2022-08-28 | 2 | -38/+8 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -1/+1 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 4 | -4/+4 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -8/+4 |
| * | Future-proofing by using correct #include for SOFTWARE_LIST device |  AJR | 2022-01-03 | 1 | -0/+2 |
| * | Remove a few outdated references to MESS |  Dirk Best | 2021-12-02 | 1 | -1/+1 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -4/+4 |
| * | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -1/+1 |
| * | drivers starting with p, q, r and s: some macro removal (nw) |  Ivan Vangelista | 2020-06-03 | 4 | -12/+12 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -8/+8 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -32/+27 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -1/+1 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 4 | -14/+8 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 4 | -8/+14 |
| * | bus/gameboy, bus/snes: Simplify read/write handlers (nw) |  AJR | 2019-03-09 | 1 | -4/+4 |
| * | devices\bus: some MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-31 | 3 | -10/+4 |
| * | -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... |  mooglyguy | 2018-12-17 | 1 | -5/+6 |
| * | -bus/psx/ctlrport, multitap, parallel: Removed MCFG and MACHINE_CONFIG macros... |  mooglyguy | 2018-12-16 | 3 | -20/+27 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
| * | psxcontrollerports: Quick validation fix (nw) |  AJR | 2018-05-20 | 1 | -2/+2 |
| * | psx/ctlrport: use required_device (nw) |  cracyc | 2018-05-20 | 2 | -5/+4 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 6 | -45/+49 |
| * | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 2 | -3/+3 |
| * | Restrict ROM labels to a filesystem- and shell-safe subset of printable |  Vas Crabb | 2018-03-18 | 1 | -1/+1 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -4/+4 |
| * | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-01-28 | 1 | -3/+3 |
| * | framework for adding 'gamebooster' (need to figure out how it actually works... |  David Haywood | 2018-01-27 | 4 | -0/+395 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -2/+2 |
| * | device_add_mconfig up to devices/bus/q* (nw) |  Ivan Vangelista | 2017-06-13 | 4 | -14/+6 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 2 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 8 | -91/+94 |
| * | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 2 | -6/+0 |
| * | Image instance name refactoring and bug fixing (nw) |  AJR | 2017-03-02 | 1 | -1/+1 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 4 | -7/+7 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 4 | -1/+3 |
| * | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 2 | -6/+6 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 8 | -39/+39 |
| * | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -10/+10 |
| * | Consolidating implementations of create_option_guide() that return nullptr |  Nathan Woods | 2016-07-13 | 1 | -1/+0 |
| * | Fix compile errors due to option_resolution namespacing (nw) |  AJR | 2016-07-07 | 2 | -2/+2 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 8 | -16/+16 |