summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180/z180.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-281-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* Revert "change cpu cores pcbase handling to be consistent with the majority o... Lord-Nightmare2016-09-271-0/+1
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-6/+6
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-8/+3
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1