summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180 (follow)
Commit message (Expand)AuthorAgeFilesLines
* that should be the rest of the devcb arrays switched to new syntax (nw) Vas Crabb2020-02-082-8/+8
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-7/+7
* 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-022-6/+12
* hd64180rp: Fix major address space configuration error (nw) AJR2019-09-302-5/+5
* Split generic Z180 device into several subtypes. HD647180X now has specific d... AJR2019-09-306-51/+551
* 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-174-1110/+735
* "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
* 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-115-9/+9
* Reshuffle some stuff: Vas Crabb2018-03-281-4/+4
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-4/+4
* Merge pull request #2850 from BartmanAbyss/master R. Belmont2017-11-263-15/+54
|\
| * z180: fixed Z180_RCR_REFW; support Wait State Generator (DCNTL) bwodok2017-11-263-16/+55
* | dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-59/+94
* | get rid of some "auto" (nw) hap2017-11-211-3/+3
|/
* This is too contentious, please put it up for review Vas Crabb2017-08-012-3/+3
* Changes to debugger memory address translation AJR2017-08-012-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-4/+4
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-11/+15
* 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-144-174/+171
* 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-252-17/+57
* 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
* Simplify daisy-chain IRQ ack routine (get rid of delegate member) (nw) AJR2016-12-292-3/+2
* Z80 daisy chain stuff AJR2016-12-282-7/+4
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Changed the Z180 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-031-19/+26
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-152/+152
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-282-4/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-282-6/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-272-2/+6
* Revert "change cpu cores pcbase handling to be consistent with the majority o... Lord-Nightmare2016-09-272-0/+4
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-272-4/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-272-6/+2
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-017-6/+6