summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i8085
Commit message (Expand)AuthorAgeFilesLines
* i8085: optimize set_status by checking if devcb is unset hap2025-04-131-1/+1
* i8085 core: Readded the TODO item about the DSUB H flag verification. Roberto Fresca2025-04-081-0/+1
* i8085: remove myself from copyright holders, does not match my criteria hap2025-04-072-3/+3
* i8085 core: Take out from the TODO list the item related to Roberto Fresca2025-04-071-2/+1
* i8085: small cleanup hap2025-04-071-62/+62
* i8085: no need for a diagram on how a rotate opcode works hap2025-04-071-17/+12
* Paracaidista driver and i8085 core improvements: [Roberto Fresca, Grull Osgo] Roberto Fresca2025-04-071-15/+41
* misc: remove "all rights reserved" copyright comment, hap2025-01-221-1/+1
* i8085: correct some variable types hap2025-01-112-31/+24
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* diexec: remove vestigal execute_input_lines() hap2024-09-181-2/+0
* 8085: correct cycles for XCHG as well [federico] hap2023-08-031-2/+2
* 8085: correct rim/sim cycles, rename some undocumented opcodes, arhl is arith... hap2023-08-032-19/+19
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-11/+4
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-5/+3
* Interrupt callback rationalization AJR2023-03-111-6/+6
* pic16c5x: writing to reg 2 takes one more cycle hap2023-01-081-1/+1
* i8085: fix problem with daa opcode hap2023-01-042-53/+60
* i8085: remove cputype enum, remove possible time travel issue hap2022-11-112-92/+86
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-27/+27
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* i8085: Make sure SOD outputs 0 upon the first reset AJR2020-11-241-1/+1
* fixed sta/lda instruction name [smf] smf-2020-10-291-2/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-20/+19
* (nw) i8085.cpp: Remove leftover logerror() (#6698) Frank Palazzolo2020-05-141-1/+0
* i8085: Interrupt updates AJR2020-05-082-24/+49
* i8085: Stop in debugger after an interrupt is taken, not immediately before AJR2020-05-081-2/+2
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-13/+13
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-10/+3
* Fixed regressions in konamim2 and mexico86, nw mooglyguy2018-12-151-29/+18
* devcb3 Vas Crabb2018-07-071-4/+8
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+2
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-8/+8
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-3/+3
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-12/+12
* i8085: Clean up state registration (nw) AJR2018-01-071-4/+11
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-4/+4
* 8085 dasm: spacing (nw) hap2017-11-273-240/+241
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-347/+108
* i8085: Add opcode space (nw) AJR2017-11-142-2/+10
* i8085: finished with cleanups (nw) hap2017-11-141-355/+345
* i8085: change opcode macros to functions (nw) hap2017-11-142-280/+318
* i8085.cpp: Remove unused and totally unneeded constant (nw) AJR2017-11-141-1/+0
* i8085: shorthand variable types (nw) hap2017-11-142-71/+71
* i8085: make cputype an enum, change flags and stuff to constexpr (nw) hap2017-11-142-61/+63
* i8085: lowercase m_im,m_halt,m_status (i'll leave PAIR m_PC,m_SP,m_AF,m_BC,m_... hap2017-11-142-43/+43