summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80 (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu/z80/r800dasm.cpp: Add disassembler for ASCII R800. (#12116) wilbertpol2024-03-102-0/+645
* 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-032-64/+82
* cpu/z80/z80.cpp: Improved flags, and removed timing tables. (#11522) holub2023-09-034-735/+613
* cpu/z80: Revert a94254a while we figure out the severe performance regression... arbee2023-08-304-2757/+2818
* z80: Rewrite the core to handle interruptibility holub2023-08-304-2818/+2757
* flower: overclock cpu again hap2023-08-041-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-1713-154/+43
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-121-2/+2
* 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
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-016-66/+66
* sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018) holub2023-05-127-14/+196
* cpu/z80: Fixed incorrect cycle counts when custom cycle tables are used. (#11... wilbertpol2023-05-012-2/+11
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-182-2/+3
* Interrupt callback rationalization AJR2023-03-111-1/+1
* z80.cpp: fix WZ flag (#10291) holub2022-08-291-15/+15
* Start moving devices out of src/mame/shared to more appropriate places AJR2022-06-282-0/+459
* ky80.cpp: Documentation update AJR2022-06-201-3/+3
* kp64.cpp: Better workaround AJR2022-06-161-5/+7
* hng64/kp64: two 6.25MHz timers are not a good idea. Hack them out for now, s... Olivier Galibert2022-06-161-1/+5
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-13/+13
* kl5c80a12: Add KP64 timer/counter units to emulation AJR2022-05-304-2/+655
* z80: bug fix for 16-bit operands Patrick Mackinlay2022-05-231-1/+3
* z80: remove undesired state var in cpu implementation (#9645) holub2022-04-292-3/+0
* spectrum48: fix floating int (#9637) holub2022-04-272-40/+52
* cpu/z80: Improved timing within instructions. (#9449) holub2022-04-262-473/+599
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-062-2/+0
* Debugger feature improvements AJR2022-03-271-5/+12
* Add Z80-derived stub devices for eZ80 and R800 CPUs AJR2021-10-034-0/+145
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-3/+3
* kl5c80a12, kl5c80a16: Emulate on-chip parallel ports AJR2021-02-184-2/+382
* tmpz84c015: Add WDT emulation AJR2020-12-072-7/+94
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
* kp63: probably fixed compile error hap2020-09-151-1/+1
* kl5c80a12, kl5c80a16: Actually add timers to configuration (files overlooked ... AJR2020-09-142-2/+17
* kl5c80a12, kl5c80a16: Added emulation of KP63(A) Timer/Counter unit. This imp... AJR2020-09-144-9/+582
* kc82: Log MMU changes AJR2020-08-171-0/+13
* kp69: Clean up code a bit; don't latch masked-out requests; prepare for devic... AJR2020-08-052-65/+102
* sigmab98.cpp: Change CPU to new KC82-derived type for Sigma/Banpresto games AJR2020-07-278-241/+585
* kl5c80a12: Emulate interrupt controller AJR2020-07-274-3/+584
* cp2000: put sboard interface on left side like everywhere else hap2020-07-271-1/+1
* z80: don't continue cpu when halt opcode gets overwritten hap2020-07-262-44/+36
* z80.cpp HALT notes MetalliC2020-07-261-0/+3
* kl5c80a12: Internalize internal RAM and clock divider; update notes AJR2020-07-252-29/+39
* kl5c80a12: Emulate MMU within CPU device AJR2020-07-214-15/+262
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-19/+18
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-254-38/+38