| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 3 | -15/+6 |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -4/+1 |
| * | srcclean and cleanup |  Vas Crabb | 2024-11-24 | 4 | -12/+12 |
| * | 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 | 9 | -23/+23 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 2 | -4/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 3 | -3/+3 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -3/+3 |
| * | neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. |  Vas Crabb | 2023-04-05 | 1 | -3/+1 |
| * | Small fixes and cleanup: |  Vas Crabb | 2023-04-04 | 1 | -4/+4 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -4/+4 |
| * | bus: Get rid of some dubious tag manipulation. |  Vas Crabb | 2022-08-20 | 2 | -7/+5 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -15/+11 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -6/+6 |
| * | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 2 | -6/+6 |
| * | 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 | -9/+3 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -4/+4 |
| * | Make "slot" feature in software lists and a few related features case-sensitive |  AJR | 2021-01-05 | 1 | -2/+1 |
| * | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 8 | -48/+48 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -10/+10 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 10 | -132/+81 |
| * | 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 | 18 | -12/+1006 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 18 | -1006/+12 |
| * | srcclean (nw) |  Vas Crabb | 2019-03-24 | 3 | -3/+3 |
| * | -astrocde: Slot-ified accessory port and added lightpen device. [Ryan Holtz] |  Ryan Holtz | 2019-03-22 | 4 | -0/+349 |
| * | -astrohome: Various changes. [Ryan Holtz] |  mooglyguy | 2019-03-18 | 4 | -31/+143 |
| * | -ins8154: Added internal 128-byte RAM and simplified handlers. [Ryan Holtz] |  mooglyguy | 2019-03-17 | 5 | -9/+89 |
| * | bus/astrocde: Fix validation (nw) |  AJR | 2019-03-17 | 1 | -4/+4 |
| * | Fix build, nw |  MooglyGuy | 2019-03-17 | 1 | -1/+1 |
| * | -astrocade: Various changes. [Ryan Holtz] |  mooglyguy | 2019-03-17 | 6 | -0/+395 |
| * | -astrohome: Added cassette support for the AstroBASIC cartridge. [Ryan Holtz,... |  MooglyGuy | 2019-03-16 | 4 | -2/+60 |
| * | -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... |  mooglyguy | 2018-12-18 | 2 | -21/+20 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 8 | -108/+114 |
| * | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -5/+4 |
| * | 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 | -11/+11 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -3/+3 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 8 | -40/+40 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -4/+4 |
| * | 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 | -12/+1 |
| * | Consolidating implementations of create_option_guide() that return nullptr |  Nathan Woods | 2016-07-13 | 1 | -1/+0 |
| * | Turn core_file into a proper class that gets cleaned up safely using unique_ptr |  Vas Crabb | 2016-03-06 | 1 | -1/+1 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 8 | -28/+28 |
| * | 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 |