summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8 (follow)
Commit message (Expand)AuthorAgeFilesLines
* z8: A little more optional logging for IRQs AJR2024-02-202-1/+5
* 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 feature improvements AJR2022-03-271-17/+18
* 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-062-2/+19
* z8: Add optional logging for SIO AJR2020-08-231-4/+28
* z8: Add interface notes AJR2020-08-231-0/+9
* z8: fixed bug in decimal adjust. Fixes PRINT 654 in bert. Robbbert2020-08-121-1/+1
* 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-253-42/+42
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-072-8/+6
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* z8: Fix calculation of half carry flag. Z8671 BASIC no longer prints "12" whe... AJR2019-07-081-6/+8
* z8: Add register pairs to debug state AJR2019-04-062-30/+15
* (nw) Clean up the mess on master Vas Crabb2019-03-263-103/+500
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-500/+103
* z8: Write RRn instead of Rn when disassembling INCW/DECW AJR2019-02-031-1/+2
* z8: Fix disassembly of LD IR, R opcode AJR2019-02-021-1/+1
* z8: Split sio_tick into two functions (nw) AJR2019-01-212-23/+30
* 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-182-27/+174
* 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-182-85/+278
* z8: Add Z8682 type with (fake) internal ROM; prevent timer from endlessly thr... AJR2019-01-172-3/+36
* z8: Fix typo in pre1_write (restores noise in amerihok); misc. minor cleanups... AJR2018-12-092-4/+4
* z8: Register overhaul AJR2018-12-083-341/+507
* z8: Use devcb3 instead of MCFG_ macros (nw) AJR2018-11-181-36/+8
* (nw) sm8500: fix line accidently deleted; z8 : when pc adjusted, move yellow bar Robbbert2018-10-131-3/+12
* (nw) z8: allow step-over with djnz Robbbert2018-09-281-17/+17
* srcclean (nw) Vas Crabb2018-09-231-1/+1
* (nw) z8: fixed more bugs; jtc: fixed cassette, wave sound, added quickload Robbbert2018-09-202-17/+35
* (nw) z8: fixed numerous bugs Robbbert2018-09-172-16/+21
* (nw) z8 : added the DA instruction Robbbert2018-09-152-1/+19
* (nw) z8: fixed JP @ and CALL @ instructions Robbbert2018-09-131-2/+2
* (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-112-13/+46
* 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-113-8/+8
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-6/+8
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2