summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/r800.cpp
Commit message (Expand)AuthorAgeFilesLines
* z80: use z80 terminology for the flag vars hap2025-06-031-12/+12
* cpu/z80: Handled flags lazily (#13729) holub2025-06-031-10/+28
* cpu/z80: Changed macro call syntax in generator input (#13671) holub2025-05-051-5/+0
* cpu/z80: Improved z80 code generation (#13558) holub2025-04-051-1/+1
* z80: use LOGMASKED instead of a macro for each log type, hap2024-09-021-1/+0
* z80.inc: move logmacro stuff to c++ files so subdevices can add their own log... hap2024-08-311-73/+4
* z80.h: change PAIR to PAIR16 (all those registers are 16bit) hap2024-08-311-27/+18
* srcclean and cleanup Vas Crabb2024-07-281-3/+3
* cpu/z80/r800.cpp: (#12530) wilbertpol2024-07-101-3/+150
* Add Z80-derived stub devices for eZ80 and R800 CPUs AJR2021-10-031-0/+35