summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180/z180.h
Commit message (Expand)AuthorAgeFilesLines
* tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke... hap2024-09-201-1/+1
* diexec: Remove vestigial execute_burn override AJR2024-09-181-1/+1
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-8/+7
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-121-7/+7
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-8/+8
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-1/+1
* cpu/z180: Added CSIO emulation. [Vas Crabb, Sandro Ronco] Vas Crabb2023-03-111-16/+21
* Z180 ASCI (#9762) Miodrag Milanović2022-06-061-8/+18
* -tim011.cpp: Hooked up floppy drives properly. (#9649) Miodrag Milanović2022-05-021-0/+5
* hd647180x: Eliminate data space and instead map internal RAM into program spa... AJR2021-03-171-2/+3
* z180: Updates AJR2020-08-121-7/+5
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-5/+3
* z8s180: Internalize certain registers; make clock divider software-selectable AJR2020-03-221-5/+21
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-7/+7
* Add internal clock divider for Z180 family and adjust CPU clocks in many driv... AJR2019-10-021-0/+2
* hd64180rp: Fix major address space configuration error (nw) AJR2019-09-301-1/+1
* Split generic Z180 device into several subtypes. HD647180X now has specific d... AJR2019-09-301-8/+47
* z180: Separate out internal registers by function; get rid of a lot of not-so... AJR2019-06-171-82/+92
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+2
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* Merge pull request #2850 from BartmanAbyss/master R. Belmont2017-11-261-0/+3
|\
| * z180: fixed Z180_RCR_REFW; support Wait State Generator (DCNTL) bwodok2017-11-261-0/+3
* | dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+1
|/
* This is too contentious, please put it up for review Vas Crabb2017-08-011-1/+1
* Changes to debugger memory address translation AJR2017-08-011-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [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-7/+5
* z180: added support for DREQ, TEND signals; fixed dma0 count, DREQ handling (... BartmanAbyss2017-04-251-5/+12
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-53/+53
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-5/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+5
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-5/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-2/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-051-17/+17
* Cleanup devcpu.h (nw) Miodrag Milanovic2015-11-061-7/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+1788