summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180/z180.cpp
Commit message (Expand)AuthorAgeFilesLines
* cpu/z180/z180.cpp: Fix filename in comment (#13555) cam9002025-04-031-1/+1
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-7/+13
* tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke... hap2024-09-201-4/+3
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+0
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-1/+2
* cpu/z180: Added CSIO emulation. [Vas Crabb, Sandro Ronco] Vas Crabb2023-03-111-32/+50
* Z180 ASCI (#9762) Miodrag Milanović2022-06-061-212/+44
* -tim011.cpp: Hooked up floppy drives properly. (#9649) Miodrag Milanović2022-05-021-0/+16
* 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
* hd647180x: Eliminate data space and instead map internal RAM into program spa... AJR2021-03-171-10/+0
* z180: Updates AJR2020-08-121-47/+42
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-13/+12
* z8s180: Fix segmentation fault due to oversight in last commit (nw) AJR2020-03-221-0/+2
* z8s180: Internalize certain registers; make clock divider software-selectable AJR2020-03-221-165/+156
* z180: Reduce logical address width to 16 bits AJR2019-10-021-2/+2
* z180: Minor technical correction to note (nw) AJR2019-10-021-1/+1
* Add internal clock divider for Z180 family and adjust CPU clocks in many driv... AJR2019-10-021-6/+10
* hd64180rp: Fix major address space configuration error (nw) AJR2019-09-301-4/+4
* Split generic Z180 device into several subtypes. HD647180X now has specific d... AJR2019-09-301-39/+83
* z180: Fixed verbose logging (nw) Nigel Barnes2019-08-221-6/+6
* z180: Fix copy-and-paste error (nw) AJR2019-06-171-1/+1
* z180: Separate out internal registers by function; get rid of a lot of not-so... AJR2019-06-171-1013/+628
* "hardware" typo corrections (nw) Scott Stone2019-03-301-1/+1
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-4/+4
* Z180: CSIO Flags & FRC implementation (#3882) grullosgo2018-08-231-3/+4
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+2
* Reshuffle some stuff: Vas Crabb2018-03-281-4/+4
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* Merge pull request #2850 from BartmanAbyss/master R. Belmont2017-11-261-6/+25
|\
| * z180: fixed Z180_RCR_REFW; support Wait State Generator (DCNTL) bwodok2017-11-261-7/+26
* | dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-5/+3
* | get rid of some "auto" (nw) hap2017-11-211-3/+3
|/
* This is too contentious, please put it up for review Vas Crabb2017-08-011-2/+2
* Changes to debugger memory address translation AJR2017-08-011-2/+2
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-9/+13
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-155/+154
* Fix obvious type detected by Coverity, thanks Coverity Olivier Galibert2017-04-281-1/+1
* z180: added support for DREQ, TEND signals; fixed dma0 count, DREQ handling (... BartmanAbyss2017-04-251-12/+45
* srcclean (nw) Vas Crabb2017-03-261-10/+10
* z180: DMA fixes [R. Belmont] arbee2017-03-051-11/+29
* Comment correction (nw) AJR2017-03-051-2/+2
* Correct MMOD bit for Z180 DMA AJR2017-03-051-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20