summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-3/+3
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-15/+13
* 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-122-10/+10
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-21/+48
* z8: Fix disassembly of LDE Irr, r AJR2017-10-041-2/+2
* z8: Interrupts work better if vectors are read properly (nw) AJR2017-09-031-1/+1
* z8: Interrupts are working now AJR2017-09-032-28/+193
* z8: Fix C flag polarity for CP, SBC, SUB and actually subtract with carry in SBC AJR2017-09-031-4/+4
* 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-033-38/+90
* 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-202-8/+35