summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8/z8.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-1/+1
* z8: Fix reads from Ports 0 & 1; add Z86E02 type AJR2020-09-061-2/+9
* z8: Add optional logging for SIO AJR2020-08-231-4/+28
* z8: Add interface notes AJR2020-08-231-0/+9
* New working machines hap2020-07-211-0/+1
* z8: fix emumem regression (nw) hap2020-05-251-1/+1
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-14/+14
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-071-6/+4
* z8: Add register pairs to debug state AJR2019-04-061-25/+13
* (nw) Clean up the mess on master Vas Crabb2019-03-261-92/+450
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-450/+92
* z8: Split sio_tick into two functions (nw) AJR2019-01-211-22/+28
* z8: Mask RP properly for debug register view (nw) AJR2019-01-201-2/+2
* z8: Add standard_irq_callback for the sake of debugging (nw) AJR2019-01-191-0/+1
* z8682: Provide Z8 test ROM from Zilog application note AJR2019-01-181-3/+2
* amerihok: Slow down ADPCM chip to a much more reasonable speed AJR2019-01-181-1/+1
* z8: Preliminary UART emulation AJR2019-01-181-27/+159
* z8: Handle more timer corner cases (nw) AJR2019-01-181-1/+17
* z8: Rewrite timer emulation, including support for most TIN and TOUT modes AJR2019-01-181-76/+260
* z8: Add Z8682 type with (fake) internal ROM; prevent timer from endlessly thr... AJR2019-01-171-3/+23
* z8: Fix typo in pre1_write (restores noise in amerihok); misc. minor cleanups... AJR2018-12-091-3/+3
* z8: Register overhaul AJR2018-12-081-313/+425
* (nw) sm8500: fix line accidently deleted; z8 : when pc adjusted, move yellow bar Robbbert2018-10-131-3/+12
* srcclean (nw) Vas Crabb2018-09-231-1/+1
* (nw) z8: fixed more bugs; jtc: fixed cassette, wave sound, added quickload Robbbert2018-09-201-15/+33
* (nw) z8 : added the DA instruction Robbbert2018-09-151-1/+0
* (nw) z8: fixed detection of stack type; jtc: fixed display of jtces88 Robbbert2018-09-131-4/+4
* Add dump of preprogrammed Z8671 MCU with BASIC/DEBUG interpreter AJR2018-07-111-10/+30
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-5/+5
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-6/+8
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* 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-3/+3
* z8: Make address spaces big-endian AJR2018-02-211-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-4/+4
* z8: Interrupts work better if vectors are read properly (nw) AJR2017-09-031-1/+1
* z8: Interrupts are working now AJR2017-09-031-26/+187
* z8: Mask external stack accesses too (nw) AJR2017-09-031-4/+4
* z8: Mask addresses for external memory accesses based on P0 control bits AJR2017-09-031-15/+50
* z8: Make data space optional; fix stack pop semantics AJR2017-09-031-33/+51
* Tidy up (nw) AJR2017-07-201-1/+0
* amerihok: Make some educated guesses regarding manufacturer, decade, MCU and ... AJR2017-07-201-7/+20
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+7
* z8: Convert ports to DEVCB (nw) AJR2017-06-261-11/+16
* z8: Add more control registers for debug state AJR2017-06-251-3/+12
* z8: Timer clock cleanup (nw) AJR2017-05-251-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13