| Commit message (Expand) | Author | Age | Files | Lines |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -4/+1 |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 1 | -4/+3 |
| * | ds1215: modernize and complete emulation |  Patrick Mackinlay | 2025-01-02 | 2 | -26/+12 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 2 | -9/+9 |
| * | bus/spectrum: Added The Music Machine (MIDI I/O expansion). (#12842) |  holub | 2024-10-04 | 1 | -2/+2 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 17 | -64/+64 |
| * | cpc_ssa1: simplify sp0256 lrq/sby pin read, |  hap | 2024-03-13 | 2 | -53/+3 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -14/+13 |
| * | Move format #includes out of header files |  AJR | 2023-10-12 | 2 | -1/+2 |
| * | mc146818: Split non-direct read and write handlers into more hardware-accurat... |  AJR | 2023-10-09 | 2 | -12/+2 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -7/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 15 | -53/+53 |
| * | 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 | 2 | -6/+5 |
| * | emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). |  Vas Crabb | 2023-04-01 | 1 | -1/+1 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -3/+3 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -8/+3 |
| * | Future-proofing by using correct #include for SOFTWARE_LIST device |  AJR | 2022-01-03 | 1 | -1/+1 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 1 | -1/+1 |
| * | Reinstated RI Handler |  Fergus Leen | 2021-02-02 | 1 | -1/+1 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -2/+2 |
| * | volt_reg: Remove uses that are not needed anymore with the recent (#7367) |  Aaron Giles | 2020-10-20 | 3 | -12/+0 |
| * | bus/cpc: Simplify handler signatures (nw) |  AJR | 2020-06-07 | 30 | -140/+140 |
| * | another bunch of READ* / WRITE* macros removal (nw) |  Ivan Vangelista | 2020-05-20 | 2 | -4/+4 |
| * | some more handlers simplified (nw) |  Ivan Vangelista | 2020-05-13 | 1 | -5/+5 |
| * | z80dart: Replace old device with new variant of modern SIO emulation |  AJR | 2020-02-29 | 1 | -1/+1 |
| * | various devices: try the new (and some not so new) save state possibilities (nw) |  Ivan Vangelista | 2019-12-09 | 1 | -4/+1 |
| * | few more returning int literal for bool (nw) |  Vas Crabb | 2019-11-10 | 1 | -5/+5 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -9/+9 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -18/+8 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 14 | -37/+37 |
| * | Move IDE devices into bus/ata (nw) (#5756) |  ajrhacker | 2019-10-23 | 1 | -1/+1 |
| * | srcclean (nw) |  Vas Crabb | 2019-08-25 | 2 | -8/+8 |
| * | amstrad: add Ram Electronics Music Machine MIDI and sampler expansion. [Barry... |  mahlemiut | 2019-08-16 | 2 | -0/+182 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 2 | -9/+9 |
| * | z80pio.cpp : Simplify handlers, Reduce duplicates |  cam900 | 2019-04-07 | 1 | -2/+2 |
| * | z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) |  AJR | 2019-03-27 | 2 | -4/+4 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 11 | -68/+60 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 11 | -60/+68 |
| * | bus/bbc/exp, bus/bbc/rom, ds1315, upd7002: Simplify read/write handlers (nw) |  AJR | 2019-03-14 | 1 | -5/+8 |
| * | upd765: Simplify read/write handlers (nw) |  AJR | 2019-03-10 | 1 | -3/+3 |
| * | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 2 | -19/+4 |
| * | volt_reg: set default m_output (nw) |  hap | 2019-02-19 | 2 | -2/+0 |
| * | ay8910.cpp : Updates |  cam900 | 2019-02-15 | 1 | -6/+6 |
| * | misc MCFG and MACHINE_CONFIG macro removal (nw) |  Ivan Vangelista | 2019-02-13 | 1 | -1/+1 |
| * | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 2 | -10/+16 |
| * | devices\bus: few less MCFG macros (nw) |  Ivan Vangelista | 2019-02-01 | 1 | -5/+6 |
| * | devices\bus: removed a few unused MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 2 | -13/+11 |
| * | magedev\cassette: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-22 | 1 | -6/+7 |
| * | finder_base::DUMMY_TAG should be treated as magic (nw) |  Vas Crabb | 2019-01-13 | 1 | -1/+1 |