summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8/z8.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* z8: A little more optional logging for IRQs AJR2024-02-201-0/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-211-3/+3
* Interrupt callback rationalization AJR2023-03-111-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* 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