summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8/z8.h
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* z8: Add register pairs to debug state AJR2019-04-061-5/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+47
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-47/+9
* z8: Split sio_tick into two functions (nw) AJR2019-01-211-1/+2
* z8: Preliminary UART emulation AJR2019-01-181-0/+15
* z8: Rewrite timer emulation, including support for most TIN and TOUT modes AJR2019-01-181-9/+18
* z8: Add Z8682 type with (fake) internal ROM; prevent timer from endlessly thr... AJR2019-01-171-0/+13
* z8: Register overhaul AJR2018-12-081-20/+74
* z8: Use devcb3 instead of MCFG_ macros (nw) AJR2018-11-181-36/+8
* (nw) z8: fixed numerous bugs Robbbert2018-09-171-3/+3
* Add dump of preprogrammed Z8671 MCU with BASIC/DEBUG interpreter AJR2018-07-111-3/+16
* devcb3 Vas Crabb2018-07-071-8/+8
* diexec: Interrupt API changes (nw) AJR2018-05-181-0/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-15/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+1
* z8: Interrupts are working now AJR2017-09-031-2/+6
* z8: Mask addresses for external memory accesses based on P0 control bits AJR2017-09-031-4/+8
* amerihok: Make some educated guesses regarding manufacturer, decade, MCU and ... AJR2017-07-201-1/+15
* 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-10/+1
* z8: Convert ports to DEVCB (nw) AJR2017-06-261-3/+45
* z8: Add more control registers for debug state AJR2017-06-251-8/+10
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-19/+17
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-64/+64
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-4/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+4
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-4/+1
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* 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-16/+16
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+326