summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/r800.cpp
Commit message (Collapse)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: Renamed LUT fields * cpu/z80: Handled flags lazily
* cpu/z80: Changed macro call syntax in generator input (#13671) holub2025-05-051-5/+0
| | | | | | | * cpu/z80: Changed macro call syntax in generator input * help compiler * fix
* 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
| | | | xtal: add 3.58MHz
* z80.inc: move logmacro stuff to c++ files so subdevices can add their own ↵ hap2024-08-311-73/+4
| | | | | | logging if they want, r800: remove identical local copy of z80.inc
* 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
| | | | | | - Removed undocumented Z80 instructions that are not supported by the R800 - Updated basic instruction timing - Implement MULUB and MULUW Other R800 features are not implemented
* Add Z80-derived stub devices for eZ80 and R800 CPUs AJR2021-10-031-0/+35