| Commit message (Expand) | Author | Age | Files | Lines |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -4/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 9 | -25/+25 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -9/+0 |
| * | 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 | -4/+3 |
| * | neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. |  Vas Crabb | 2023-04-05 | 1 | -3/+3 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -4/+4 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -8/+14 |
| * | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 2 | -0/+2 |
| * | 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 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 2 | -4/+6 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 5 | -5/+5 |
| * | devices/bus: a few macro removals (nw) |  Ivan Vangelista | 2020-05-20 | 4 | -12/+12 |
| * | 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 | -10/+11 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 2 | -41/+22 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 2 | -22/+41 |
| * | upd765: Simplify read/write handlers (nw) |  AJR | 2019-03-10 | 1 | -7/+4 |
| * | devices\bus: some more MCFG macros removal (nw) |  Ivan Vangelista | 2019-02-01 | 1 | -34/+18 |
| * | upd765: Add (mostly standard) clocks to all devices in the family (nw) |  AJR | 2018-12-13 | 1 | -1/+1 |
| * | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 1 | -0/+1 |
| * | pc_lpt, upd765: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-28 | 1 | -5/+6 |
| * | space, space, space, space, space, space, space, space, mem_mask (nw) |  smf- | 2018-09-23 | 2 | -4/+4 |
| * | iq151: Removed machine().device from slot devices (nw) |  Nigel Barnes | 2018-09-22 | 2 | -10/+4 |
| * | -i8255: Removed MCFG, nw |  mooglyguy | 2018-09-03 | 2 | -14/+16 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -6/+6 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -6/+6 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -3/+4 |
| * | Set finder tag relative to current device being configured rather than |  Vas Crabb | 2018-04-30 | 1 | -1/+1 |
| * | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-03-25 | 1 | -2/+2 |
| * | Removed first_screen from iq151 bus devices and esrip CPU core, nw |  Ryan Holtz | 2018-03-11 | 5 | -29/+45 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -12/+12 |
| * | devices/machine: some private-ization (nw) |  Ivan Vangelista | 2018-02-15 | 1 | -1/+0 |
| * | 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/l* (nw) |  Ivan Vangelista | 2017-06-09 | 6 | -58/+42 |
| * | drawgfx: Make the palette optional [O. Galibert] |  Olivier Galibert | 2017-05-28 | 2 | -2/+2 |
| * | 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 | 18 | -129/+136 |
| * | 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 | 9 | -13/+17 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 8 | -8/+0 |
| * | Improvements to rgb_t (nw) |  AJR | 2016-10-22 | 2 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 18 | -147/+147 |
| * | Merge pull request #1180 from npwoods/split_softlist_code_redo |  Miodrag Milanović | 2016-08-08 | 1 | -0/+2 |
| |\ |
|
| | * | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+2 |
| * | | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 12 | -12/+12 |
| |/ |
|
| * | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -4/+4 |