| Commit message (Expand) | Author | Age | Files | Lines |
| * | i8085: optimize set_status by checking if devcb is unset |  hap | 2025-04-13 | 1 | -1/+1 |
| * | i8085 core: Readded the TODO item about the DSUB H flag verification. |  Roberto Fresca | 2025-04-08 | 1 | -0/+1 |
| * | i8085: remove myself from copyright holders, does not match my criteria |  hap | 2025-04-07 | 2 | -3/+3 |
| * | i8085 core: Take out from the TODO list the item related to |  Roberto Fresca | 2025-04-07 | 1 | -2/+1 |
| * | i8085: small cleanup |  hap | 2025-04-07 | 1 | -62/+62 |
| * | i8085: no need for a diagram on how a rotate opcode works |  hap | 2025-04-07 | 1 | -17/+12 |
| * | Paracaidista driver and i8085 core improvements: [Roberto Fresca, Grull Osgo] |  Roberto Fresca | 2025-04-07 | 1 | -15/+41 |
| * | misc: remove "all rights reserved" copyright comment, |  hap | 2025-01-22 | 1 | -1/+1 |
| * | i8085: correct some variable types |  hap | 2025-01-11 | 2 | -31/+24 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -2/+2 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -2/+0 |
| * | 8085: correct cycles for XCHG as well [federico] |  hap | 2023-08-03 | 1 | -2/+2 |
| * | 8085: correct rim/sim cycles, rename some undocumented opcodes, arhl is arith... |  hap | 2023-08-03 | 2 | -19/+19 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -11/+4 |
| * | emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. |  Vas Crabb | 2023-06-13 | 1 | -5/+3 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -6/+6 |
| * | pic16c5x: writing to reg 2 takes one more cycle |  hap | 2023-01-08 | 1 | -1/+1 |
| * | i8085: fix problem with daa opcode |  hap | 2023-01-04 | 2 | -53/+60 |
| * | i8085: remove cputype enum, remove possible time travel issue |  hap | 2022-11-11 | 2 | -92/+86 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -27/+27 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | i8085: Make sure SOD outputs 0 upon the first reset |  AJR | 2020-11-24 | 1 | -1/+1 |
| * | fixed sta/lda instruction name [smf] |  smf- | 2020-10-29 | 1 | -2/+2 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -20/+19 |
| * | (nw) i8085.cpp: Remove leftover logerror() (#6698) |  Frank Palazzolo | 2020-05-14 | 1 | -1/+0 |
| * | i8085: Interrupt updates |  AJR | 2020-05-08 | 2 | -24/+49 |
| * | i8085: Stop in debugger after an interrupt is taken, not immediately before |  AJR | 2020-05-08 | 1 | -2/+2 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -13/+13 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -10/+3 |
| * | Fixed regressions in konamim2 and mexico86, nw |  mooglyguy | 2018-12-15 | 1 | -29/+18 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -4/+8 |
| * | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -1/+2 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 2 | -8/+8 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -3/+3 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -3/+3 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -12/+12 |
| * | i8085: Clean up state registration (nw) |  AJR | 2018-01-07 | 1 | -4/+11 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -4/+4 |
| * | 8085 dasm: spacing (nw) |  hap | 2017-11-27 | 3 | -240/+241 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -347/+108 |
| * | i8085: Add opcode space (nw) |  AJR | 2017-11-14 | 2 | -2/+10 |
| * | i8085: finished with cleanups (nw) |  hap | 2017-11-14 | 1 | -355/+345 |
| * | i8085: change opcode macros to functions (nw) |  hap | 2017-11-14 | 2 | -280/+318 |
| * | i8085.cpp: Remove unused and totally unneeded constant (nw) |  AJR | 2017-11-14 | 1 | -1/+0 |
| * | i8085: shorthand variable types (nw) |  hap | 2017-11-14 | 2 | -71/+71 |
| * | i8085: make cputype an enum, change flags and stuff to constexpr (nw) |  hap | 2017-11-14 | 2 | -61/+63 |
| * | i8085: lowercase m_im,m_halt,m_status (i'll leave PAIR m_PC,m_SP,m_AF,m_BC,m_... |  hap | 2017-11-14 | 2 | -43/+43 |