| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow recompiling CPU cores to define their own opcode descriptions. |  Vas Crabb | 2026-03-02 | 3 | -64/+126 |
| * | cpu/drccache.cpp: Defer allocating to start, allow forcing W^X mode. (#14760) |  Vas Crabb | 2026-01-04 | 3 | -4/+15 |
| * | misc cpu: no need to check debug enabled flag manually |  hap | 2025-04-11 | 1 | -2/+2 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -6/+6 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
| * | nitendo/n8080.cpp: Encapsulated sound boards. |  Vas Crabb | 2023-09-10 | 1 | -1/+0 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 2 | -22/+2 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 2 | -12/+12 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -1/+0 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -3/+3 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -2/+0 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -0/+2 |
| * | Use std::clamp in more source files |  AJR | 2021-08-15 | 1 | -1/+1 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -6/+6 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -2/+2 |
| * | validity.cpp: Limit characters allowed in I/O port tags, and check ROMs and I... |  Vas Crabb | 2020-08-27 | 1 | -3/+3 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 2 | -9/+9 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 4 | -16/+16 |
| * | removed some dummy_space() calls (nw) |  smf- | 2020-04-02 | 1 | -6/+6 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -3/+3 |
| * | -cpu/cop400, dsp16, hmcs40: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-16 | 1 | -63/+13 |
| * | dsp16: Fixed a couple of typos pointed out by Coverity (nw) |  Melissa Goad | 2018-07-24 | 1 | -2/+2 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 3 | -11/+11 |
| * | dsp16: aT = R has no X bit, duh (nw) |  Vas Crabb | 2018-05-10 | 3 | -5/+13 |
| * | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
| * | dsp16: better rnd on negative (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
| * | stupid HOLD_LINE (nw) |  Vas Crabb | 2018-04-04 | 1 | -0/+4 |
| * | move some not-directly-emulation-related helpers to lib/util, further extrica... |  Vas Crabb | 2018-04-01 | 1 | -1/+1 |
| * | dsp16: bypass memory system for work RAM access when debugger is disabled - g... |  Vas Crabb | 2018-03-28 | 2 | -42/+53 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 2 | -648/+703 |
| * | constexpr, const... (nw) |  Vas Crabb | 2018-03-25 | 1 | -1/+1 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -3/+3 |
| * | cherry-pick more boilerplate, also missing emu.h inclusions (nw) |  Vas Crabb | 2018-03-22 | 3 | -1/+33 |
| * | trivial stuff (nw) |  Vas Crabb | 2018-03-21 | 3 | -3/+8 |
| * | dsp16: move most core state into DRC cache - keeps a lot of details out of th... |  Vas Crabb | 2018-03-21 | 7 | -519/+731 |
| * | dsp16: fix inconsistency in disassembler (nw) |  Vas Crabb | 2018-03-20 | 1 | -2/+2 |
| * | dsp16: fix disassembler bugs (nw) |  Vas Crabb | 2018-03-19 | 1 | -3/+3 |
| * | (nw) dsp16: marginal performance improvement by precalculating SIO clock divi... |  Vas Crabb | 2018-03-19 | 2 | -18/+31 |
| * | second time I've done that (nw) |  Vas Crabb | 2018-03-19 | 1 | -1/+1 |
| * | dsp16: rewrite disassembler - less cluttered output, better handling of ambig... |  Vas Crabb | 2018-03-18 | 4 | -443/+636 |
| * | dsp16: start adding recompiler boilerplate (nw) |  Vas Crabb | 2018-03-17 | 4 | -1/+971 |
| * | dsp16: fix some corner cases (nw) |  Vas Crabb | 2018-03-17 | 2 | -22/+32 |
| * | use more constexpr and literal classes in UML to give compiler more optimisat... |  Vas Crabb | 2018-03-17 | 3 | -25/+25 |
| * | dsp16: implement remaining instructions for completeness |  Vas Crabb | 2018-03-16 | 2 | -43/+123 |
| * | QSound LLE available with a 3-character change |  Vas Crabb | 2018-03-16 | 1 | -2/+2 |
| * | Cycle-accurate DSP16 core (disabled in QSound for performance reasons) |  Vas Crabb | 2018-03-15 | 3 | -1414/+2424 |
| * | dsp16: Improve disassembler - less ambiguous, more like the manual. |  Vas Crabb | 2018-03-15 | 2 | -397/+336 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -5/+5 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -46/+57 |