summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/z80.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up various stuff. Vas Crabb2025-07-011-0/+1
* z80: don't clear all input pins state at reset hap2025-06-101-4/+5
* z80: fix debugger h flag hap2025-06-031-1/+1
* z80: use z80 terminology for the flag vars hap2025-06-031-129/+132
* z80: support accessing F register in debugger hap2025-06-031-2/+3
* z80: set the flags after loadstate hap2025-06-031-9/+9
* cpu/z80: Handled flags lazily (#13729) holub2025-06-031-149/+256
* cpu/z80: Removed internal TADR variable - effective addresses can be passed a... holub2025-05-041-1/+0
* cpu/z80: Optimized detection of attention needed in service step. (#13630) holub2025-05-031-13/+20
* cpu/z80/z80.cpp: Get rid of some flag LUTs (#13607) holub2025-04-201-67/+43
* cpu/z80/z84c015.cpp: Isolated cpu-specific memory translate functions (#13581) holub2025-04-111-7/+6
* z80/z80make.py: Revisited z80 code generator (#13573) holub2025-04-101-3/+0
* cpu/z80: Improved z80 code generation (#13558) holub2025-04-051-15/+1
* sega/sega_ferie.cpp: Add new not working systems (#11862) qufb2024-11-161-0/+3
* z80: use LOGMASKED instead of a macro for each log type, hap2024-09-021-6/+5
* nsc800: move device to its own file hap2024-08-311-47/+0
* z80: add m_ea/m_rtemp to savestates hap2024-08-311-7/+12
* z80.inc: move logmacro stuff to c++ files so subdevices can add their own log... hap2024-08-311-0/+9
* z80.h: change PAIR to PAIR16 (all those registers are 16bit) hap2024-08-311-34/+33
* z80: reset m_ref when PC is changed through state_import hap2024-07-181-7/+9
* cpu/z80/r800.cpp: (#12530) wilbertpol2024-07-101-33/+26
* z80: decide to remove embedded changelog from comments (refer to github history) hap2024-06-211-108/+20
* z80: add busack output pin hap2024-06-131-1/+3
* cpu/z80/z80.cpp: Move busrq check to service step (#12475) holub2024-06-121-1/+1
* cpu/z80/z80.cpp: Fix compile error (#12474) holub2024-06-121-1/+1
* New WORKING - sinclair/specnext.cpp: ZX Spectrum Next (known as tbblue) (#11918) holub2024-06-121-90/+1
* cpu/z80/z80.cpp: Refactor redoable case (#12472) holub2024-06-121-31/+2
* devcpu: fix possible time travel issue in defer_access, hap2024-06-111-6/+2
* cpu/z80/z80.cpp Update core generator to support r800 [holub, Wilbert Pol] (#... holub2024-06-051-34/+20
* cpu/z80/z80.cpp new generatable core (#12423) holub2024-06-031-2793/+137
* cpu/z80: Update WZ during in block I/O instructions. (#11812) Manuel Sainz de Baranda y Goñi2023-12-041-0/+4
* z80: fix rop() opcode read call hap2023-09-161-1/+1
* Miscellaneous cleanups of recent commits. Vas Crabb2023-09-031-54/+70
* cpu/z80/z80.cpp: Improved flags, and removed timing tables. (#11522) holub2023-09-031-615/+503
* cpu/z80: Revert a94254a while we figure out the severe performance regression... arbee2023-08-301-2544/+2608
* z80: Rewrite the core to handle interruptibility holub2023-08-301-2608/+2544
* flower: overclock cpu again hap2023-08-041-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+1
* z80: Clean up error message and inconsistent bracing AJR2023-06-041-3/+2
* z80.cpp - Add EI to IM0 handler (#11307) Mark Garlanger2023-06-041-5/+18
* sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018) holub2023-05-121-6/+6
* cpu/z80: Fixed incorrect cycle counts when custom cycle tables are used. (#11... wilbertpol2023-05-011-2/+9
* Interrupt callback rationalization AJR2023-03-111-1/+1
* z80.cpp: fix WZ flag (#10291) holub2022-08-291-15/+15
* z80: bug fix for 16-bit operands Patrick Mackinlay2022-05-231-1/+3
* z80: remove undesired state var in cpu implementation (#9645) holub2022-04-291-1/+0
* spectrum48: fix floating int (#9637) holub2022-04-271-39/+49
* cpu/z80: Improved timing within instructions. (#9449) holub2022-04-261-456/+575
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0