summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-144-13/+7
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-206-158/+158
* tags are now strings (nw) Miodrag Milanovic2016-01-166-158/+158
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-4/+4
* override part 2 (nw) Miodrag Milanovic2015-12-051-17/+17
* clang-modernize part 3 Miodrag Milanovic2015-12-042-33/+33
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-082-0/+0
* Cleanup devcpu.h (nw) Miodrag Milanovic2015-11-061-7/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-0/+7912